Function LLVMOrcThreadSafeModuleWithModuleDo

Source
#[no_mangle]
pub extern "C" fn LLVMOrcThreadSafeModuleWithModuleDo(
    TSM: LLVMOrcThreadSafeModuleRef,
    F: LLVMOrcGenericIRModuleOperationFunction,
    Ctx: *mut c_void,
) -> LLVMErrorRef