#[unsafe(no_mangle)]
pub extern "C" fn LLVMVerifyModule(
M: LLVMModuleRef,
Action: LLVMVerifierFailureAction,
OutMessage: *mut *mut c_char,
) -> LLVMBool
#[unsafe(no_mangle)]
pub extern "C" fn LLVMVerifyModule(
M: LLVMModuleRef,
Action: LLVMVerifierFailureAction,
OutMessage: *mut *mut c_char,
) -> LLVMBool