pub unsafe extern "C" fn LLVMDIBuilderCreateStaticMemberType(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNumber: c_uint,
Type: LLVMMetadataRef,
Flags: LLVMDIFlags,
ConstantVal: LLVMValueRef,
AlignInBits: u32,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for a C++ static data member.