SecCodeCopyGuestWithAttributes

Function SecCodeCopyGuestWithAttributes 

Source
pub unsafe extern "C-unwind" fn SecCodeCopyGuestWithAttributes(
    host: Option<&SecCode>,
    attributes: Option<&CFDictionary>,
    flags: SecCSFlags,
    guest: NonNull<*mut SecCode>,
) -> i32
👎Deprecated: renamed to SecCode::copy_guest_with_attributes
Available on crate features CSCommon and SecCode only.