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