pub unsafe extern "C" fn ktxHashList_FindEntry(
pHead: *mut ktxHashList,
key: *const c_char,
ppEntry: *mut *mut ktxHashListEntry,
) -> ktx_error_code_eExpand description
Looks up a key and returns the ktxHashListEntry.
pub unsafe extern "C" fn ktxHashList_FindEntry(
pHead: *mut ktxHashList,
key: *const c_char,
ppEntry: *mut *mut ktxHashListEntry,
) -> ktx_error_code_eLooks up a key and returns the ktxHashListEntry.