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