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