pub unsafe extern "C" fn LLVMWriteBitcodeToMemoryBuffer(
M: LLVMModuleRef,
) -> LLVMMemoryBufferRefExpand description
Writes a module to a new memory buffer.
pub unsafe extern "C" fn LLVMWriteBitcodeToMemoryBuffer(
M: LLVMModuleRef,
) -> LLVMMemoryBufferRefWrites a module to a new memory buffer.