pub unsafe extern "C-unwind" fn SecKeyVerifySignature(
key: &SecKey,
algorithm: &SecKeyAlgorithm,
signed_data: &CFData,
signature: &CFData,
error: *mut *mut CFError,
) -> bool👎Deprecated:
renamed to SecKey::verify_signature
Available on crate features
SecBase and SecKey only.