pub unsafe extern "C" fn ktxHashList_FindValue( pHead: *mut ktxHashList, key: *const c_char, pValueLen: *mut c_uint, pValue: *mut *mut c_void, ) -> ktx_error_code_e
Looks up a key and returns the value.