Function SecKeyGetCSSMKey

Source
pub unsafe extern "C-unwind" fn SecKeyGetCSSMKey(
    key: &SecKey,
    cssm_key: NonNull<*const CSSM_KEY>,
) -> i32
👎Deprecated: renamed to SecKey::cssm_key
Available on crate features SecAsn1Types and SecBase and cssmconfig and cssmtype and SecKey only.