Skip to main content

ktxHashList_FindValue

Function ktxHashList_FindValue 

Source
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
Expand description

Looks up a key and returns the value.