fn create_elf_raw_dylib_stub( sess: &Session, soname: &str, symbols: &[DllImport], ) -> Vec<u8> ⓘ
Create an ELF .so stub file for raw-dylib. It exports all the provided symbols, but is otherwise empty.