Skip to main content

CFDictionaryGetCountOfValue

Function CFDictionaryGetCountOfValue 

Source
pub unsafe extern "C-unwind" fn CFDictionaryGetCountOfValue(
    the_dict: &CFDictionary,
    value: *const c_void,
) -> CFIndex
👎Deprecated:

renamed to CFDictionary::count_of_value

Available on crate feature CFDictionary only.