pub unsafe extern "C" fn LLVMDIBuilderCreateDebugLocation(
Ctx: LLVMContextRef,
Line: c_uint,
Column: c_uint,
Scope: LLVMMetadataRef,
InlinedAt: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description
Creates a new DebugLocation that describes a source location.