pub type MPI_Win_delete_attr_function = Option<unsafe extern "C" fn(arg1: MPI_Win, arg2: c_int, arg3: *mut c_void, arg4: *mut c_void) -> c_int>;Aliased Type§
pub enum MPI_Win_delete_attr_function {
None,
Some(unsafe extern "C" fn(MPI_Win, i32, *mut c_void, *mut c_void) -> i32),
}