pub unsafe extern "C" fn MPI_File_read_ordered_begin(
    fh: *mut ompi_file_t,
    buf: *mut c_void,
    count: i32,
    datatype: *mut ompi_datatype_t
) -> i32