Type Definition mpi::ffi::MPI_Handler_function [] [src]

type MPI_Handler_function = Option<unsafe extern fn(_: *mut MPI_Comm, _: *mut c_int, ...)>;