SecKeyCreateWithData

Function SecKeyCreateWithData 

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