Type Definition mpi_sys::MPI_Handler_function [] [src]

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