[][src]Function hdf5_sys::h5a::H5Aiterate_by_name

pub unsafe extern "C" fn H5Aiterate_by_name(
    loc_id: hid_t,
    obj_name: *const c_char,
    idx_type: H5_index_t,
    order: H5_iter_order_t,
    idx: *mut hsize_t,
    op: H5A_operator2_t,
    op_data: *mut c_void,
    lapd_id: hid_t
) -> herr_t