Function PMPI_Type_create_darray

Source
pub unsafe extern "C" fn PMPI_Type_create_darray(
    size: c_int,
    rank: c_int,
    ndims: c_int,
    gsize_array: *const c_int,
    distrib_array: *const c_int,
    darg_array: *const c_int,
    psize_array: *const c_int,
    order: c_int,
    oldtype: MPI_Datatype,
    newtype: *mut MPI_Datatype,
) -> c_int