Function SecKeyCreateFromData

Source
pub unsafe extern "C-unwind" fn SecKeyCreateFromData(
    parameters: &CFDictionary,
    key_data: &CFData,
    error: *mut *mut CFError,
) -> Option<CFRetained<SecKey>>
👎Deprecated: renamed to SecKey::from_data
Available on crate features SecBase and SecKey only.