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