Function mpi::ffi::PMPI_Type_indexed

source ·
pub unsafe extern "C" fn PMPI_Type_indexed(
    count: i32,
    array_of_blocklengths: *const i32,
    array_of_displacements: *const i32,
    oldtype: *mut ompi_datatype_t,
    newtype: *mut *mut ompi_datatype_t
) -> i32