[][src]Type Definition hdf5_sys::h5d::H5D_gather_func_t

type H5D_gather_func_t = Option<extern "C" fn(dst_buf: *const c_void, dst_buf_bytes_used: size_t, op_data: *mut c_void) -> herr_t>;