Skip to main content

CFDictionaryGetValue

Function CFDictionaryGetValue 

Source
pub unsafe extern "C" fn CFDictionaryGetValue(
    dictionary: CFDictionaryRef,
    key: *const c_void,
) -> *const c_void
Available on crate feature raw-ffi only.