pub unsafe extern "C-unwind" fn SecKeyGeneratePair(
parameters: &CFDictionary,
public_key: *mut *mut SecKey,
private_key: *mut *mut SecKey,
) -> i32
👎Deprecated: renamed to
SecKey::generate_pair
Available on crate features
SecBase
and SecKey
only.