SecIdentityCopySystemIdentity

Function SecIdentityCopySystemIdentity 

Source
pub unsafe extern "C-unwind" fn SecIdentityCopySystemIdentity(
    domain: &CFString,
    id_ref: NonNull<*mut SecIdentity>,
    actual_domain: *mut *const CFString,
) -> i32
👎Deprecated: renamed to SecIdentity::copy_system_identity
Available on crate features SecBase and SecIdentity only.