[][src]Function hdf5_sys::h5l::H5Literate_by_name2

pub unsafe extern "C" fn H5Literate_by_name2(
    loc_id: hid_t,
    group_name: *const c_char,
    idx_type: H5_index_t,
    order: H5_iter_order_t,
    idx: *mut hsize_t,
    op: H5L_iterate2_t,
    op_data: *mut c_void,
    lapl_id: hid_t
) -> herr_t