SecTaskCopyValueForEntitlement

Function SecTaskCopyValueForEntitlement 

Source
pub unsafe extern "C-unwind" fn SecTaskCopyValueForEntitlement(
    task: &SecTask,
    entitlement: &CFString,
    error: *mut *mut CFError,
) -> Option<CFRetained<CFType>>
👎Deprecated: renamed to SecTask::value_for_entitlement
Available on crate feature SecTask only.