[][src]Type Definition hdf5_sys::h5l::H5L_elink_traverse_t

type H5L_elink_traverse_t = Option<extern "C" fn(parent_file_name: *const c_char, parent_group_name: *const c_char, child_file_name: *const c_char, child_object_name: *const c_char, acc_flags: *mut c_uint, fapl_id: hid_t, op_data: *mut c_void) -> herr_t>;