SecTaskCopyValuesForEntitlements

Function SecTaskCopyValuesForEntitlements 

Source
pub unsafe extern "C-unwind" fn SecTaskCopyValuesForEntitlements(
    task: &SecTask,
    entitlements: &CFArray,
    error: *mut *mut CFError,
) -> Option<CFRetained<CFDictionary>>
👎Deprecated: renamed to SecTask::values_for_entitlements
Available on crate feature SecTask only.