Function MPI_Type_indexed

Source
pub unsafe extern "C" fn MPI_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