pub unsafe extern "C" fn FLDict_GetWithKey(
arg1: FLDict,
arg2: *mut FLDictKey,
) -> FLValueExpand description
Looks up a key in a dictionary using an FLDictKey. If the key is found, “hint” data will be stored inside the FLDictKey that will speed up subsequent lookups.