pub type SecGuestRef = u32;
Available on crate feature
CSCommon
only.Expand description
An abstract handle to identify a particular Guest in the context of its Host.
Guest handles are assigned by the host at will, with kSecNoGuest (zero) being reserved as the null value. They can be reused for new children if desired.
See also Appleās documentation