pub unsafe extern "C" fn LLVMRustDIBuilderCreateDebugLocation<'a>(
    Line: c_uint,
    Column: c_uint,
    Scope: &'a DIScope,
    InlinedAt: Option<&'a DILocation>
) -> &'a DILocation