Type Alias mpi_sys::MPI_Datarep_extent_function
source · pub type MPI_Datarep_extent_function = Option<unsafe extern "C" fn(arg1: MPI_Datatype, arg2: *mut MPI_Aint, arg3: *mut c_void) -> c_int>;
Aliased Type§
enum MPI_Datarep_extent_function {
None,
Some(unsafe extern "C" fn(_: *mut ompi_datatype_t, _: *mut isize, _: *mut c_void) -> i32),
}