Function mpi::ffi::MPI_Ssend

source ·
pub unsafe extern "C" fn MPI_Ssend(
    buf: *const c_void,
    count: i32,
    datatype: *mut ompi_datatype_t,
    dest: i32,
    tag: i32,
    comm: *mut ompi_communicator_t
) -> i32