Function mpi::ffi::PMPI_Type_get_contents [] [src]

pub unsafe extern fn PMPI_Type_get_contents(mtype: MPI_Datatype,
                                            max_integers: c_int,
                                            max_addresses: c_int,
                                            max_datatypes: c_int,
                                            array_of_integers: *mut c_int,
                                            array_of_addresses: *mut MPI_Aint,
                                            array_of_datatypes: *mut MPI_Datatype)
                                            -> c_int