pub type MPI_Comm_errhandler_function = Option<unsafe extern "C" fn(arg1: *mut MPI_Comm, arg2: *mut c_int, ...)>;
pub enum MPI_Comm_errhandler_function { None, Some(unsafe extern "C" fn(*mut MPI_Comm, *mut i32, ...)), }
No value.
Some value of type T.
T