pub unsafe extern "C-unwind" fn SecHostCreateGuest(
host: SecGuestRef,
status: u32,
path: &CFURL,
attributes: Option<&CFDictionary>,
flags: SecCSFlags,
new_guest: NonNull<SecGuestRef>,
) -> i32๐Deprecated
Available on crate features
CSCommon and SecCodeHost only.Expand description
ยงSafety
attributesgenerics must be of the correct type.new_guestmust be a valid pointer.