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