LLVMDIBuilderCreateDebugLocation

Function LLVMDIBuilderCreateDebugLocation 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMDIBuilderCreateDebugLocation(
    Ctx: LLVMContextRef,
    Line: c_uint,
    Column: c_uint,
    Scope: LLVMMetadataRef,
    InlinedAt: LLVMMetadataRef,
) -> LLVMMetadataRef