Type Definition mpi_sys::MPI_Datarep_conversion_function [] [src]

type MPI_Datarep_conversion_function = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: MPI_Datatype, arg3: c_int, arg4: *mut c_void, arg5: MPI_Offset, arg6: *mut c_void) -> c_int>;