Function SecKeyIsAlgorithmSupported

Source
pub unsafe extern "C-unwind" fn SecKeyIsAlgorithmSupported(
    key: &SecKey,
    operation: SecKeyOperationType,
    algorithm: &SecKeyAlgorithm,
) -> bool
👎Deprecated: renamed to SecKey::is_algorithm_supported
Available on crate features SecBase and SecKey only.