Function mpi::ffi::MPI_Type_get_contents

source ·
pub unsafe extern "C" fn MPI_Type_get_contents(
    mtype: *mut ompi_datatype_t,
    max_integers: i32,
    max_addresses: i32,
    max_datatypes: i32,
    array_of_integers: *mut i32,
    array_of_addresses: *mut isize,
    array_of_datatypes: *mut *mut ompi_datatype_t
) -> i32