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

type H5D_scatter_func_t = Option<extern "C" fn(src_buf: *mut *const c_void, src_buf_bytes_used: *mut size_t, op_data: *mut c_void) -> herr_t>;