Function LLVMDIBuilderCreateDebugLocation

Source
pub(crate) unsafe extern "C" fn LLVMDIBuilderCreateDebugLocation<'ll>(
    Ctx: &'ll Context,
    Line: c_uint,
    Column: c_uint,
    Scope: &'ll Metadata,
    InlinedAt: Option<&'ll Metadata>,
) -> &'ll Metadata