Function MPI_Type_dup

Source
pub unsafe extern "C" fn MPI_Type_dup(
    type_: MPI_Datatype,
    newtype: *mut MPI_Datatype,
) -> c_int