SecPolicyCreateWithOID

Function SecPolicyCreateWithOID 

Source
pub unsafe extern "C-unwind" fn SecPolicyCreateWithOID(
    policy_oid: &CFType,
) -> Option<CFRetained<SecPolicy>>
👎Deprecated: renamed to SecPolicy::with_oid
Available on crate features SecBase and SecPolicy only.