pub unsafe extern "C" fn LLVMCreateBinary(
MemBuf: LLVMMemoryBufferRef,
Context: LLVMContextRef,
ErrorMessage: *mut *mut c_char,
) -> LLVMBinaryRefExpand description
Create a binary file from the given memory buffer.
pub unsafe extern "C" fn LLVMCreateBinary(
MemBuf: LLVMMemoryBufferRef,
Context: LLVMContextRef,
ErrorMessage: *mut *mut c_char,
) -> LLVMBinaryRefCreate a binary file from the given memory buffer.