[][src]Function hdf5_sys::h5d::H5Dgather

pub unsafe extern "C" fn H5Dgather(
    src_space_id: hid_t,
    src_buf: *const c_void,
    type_id: hid_t,
    dst_buf_size: size_t,
    dst_buf: *mut c_void,
    op: H5D_gather_func_t,
    op_data: *mut c_void
) -> herr_t