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
attributes
generics must be of the correct type.new_guest
must be a valid pointer.