Function PMPI_Type_create_subarray

Source
pub unsafe extern "C" fn PMPI_Type_create_subarray(
    ndims: c_int,
    size_array: *const c_int,
    subsize_array: *const c_int,
    start_array: *const c_int,
    order: c_int,
    oldtype: MPI_Datatype,
    newtype: *mut MPI_Datatype,
) -> c_int