Function LLVMCreateMemoryBufferWithMemoryRange

Source
pub unsafe extern "C" fn LLVMCreateMemoryBufferWithMemoryRange(
    InputData: *const i8,
    InputDataLength: usize,
    BufferName: *const i8,
    RequiresNullTerminator: i32,
) -> *mut LLVMMemoryBuffer