#[unsafe(no_mangle)]
pub extern "C" fn LLVMAddGlobal(
M: LLVMModuleRef,
Ty: LLVMTypeRef,
Name: *const c_char,
) -> LLVMValueRef
#[unsafe(no_mangle)]
pub extern "C" fn LLVMAddGlobal(
M: LLVMModuleRef,
Ty: LLVMTypeRef,
Name: *const c_char,
) -> LLVMValueRef