Type Definition mpi::ffi::MPI_Comm_errhandler_function
[−]
[src]
type MPI_Comm_errhandler_function = Option<unsafe extern fn(_: *mut MPI_Comm, _: *mut c_int, ...)>;