pub type MPI_Comm_errhandler_fn = MPI_Comm_errhandler_function;
pub enum MPI_Comm_errhandler_fn { None, Some(unsafe extern "C" fn(*mut MPI_Comm, *mut i32, ...)), }
No value.
Some value of type T.
T