[][src]Function rustc_llvm_proxy::proxy::LLVMCreateMemoryBufferWithMemoryRange

#[no_mangle]
pub unsafe extern "C" fn LLVMCreateMemoryBufferWithMemoryRange(
    InputData: *const c_char,
    InputDataLength: size_t,
    BufferName: *const c_char,
    RequiresNullTerminator: LLVMBool
) -> LLVMMemoryBufferRef