Type Definition mpi_sys::MPI_Comm_errhandler_function [] [src]

type MPI_Comm_errhandler_function = Option<unsafe extern "C" fn(arg1: *mut MPI_Comm, arg2: *mut c_int)>;