Function rustc_llvm_proxy::proxy::LLVMDIBuilderCreateBasicType
source · #[no_mangle]
pub unsafe extern "C" fn LLVMDIBuilderCreateBasicType(
Builder: LLVMDIBuilderRef,
Name: *const c_char,
NameLen: size_t,
SizeInBits: u64,
Encoding: LLVMDWARFTypeEncoding
) -> LLVMMetadataRef