pub unsafe extern "C" fn LLVMDIBuilderCreateTempGlobalVariableFwdDecl(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Name: *const c_char,
    NameLen: size_t,
    Linkage: *const c_char,
    LnkLen: size_t,
    File: LLVMMetadataRef,
    LineNo: c_uint,
    Ty: LLVMMetadataRef,
    LocalToUnit: LLVMBool,
    Decl: LLVMMetadataRef,
    AlignInBits: u32
) -> LLVMMetadataRef
Expand description

Create a new descriptor for the specified global variable that is temporary