Type Definition mpi::collective::UnsafeUserFunction
[−]
[src]
type UnsafeUserFunction = unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_int, _: *mut MPI_Datatype);
A raw pointer to a function that can be used to define an UnsafeUserOperation
.