pub unsafe extern "C" fn LLVMWriteBitcodeToMemoryBuffer(
M: *mut LLVMModule,
) -> *mut LLVMMemoryBufferExpand description
Writes a module to a new memory buffer.
pub unsafe extern "C" fn LLVMWriteBitcodeToMemoryBuffer(
M: *mut LLVMModule,
) -> *mut LLVMMemoryBufferWrites a module to a new memory buffer.