sec_object_t

Type Alias sec_object_t 

Source
pub type sec_object_t = *mut sec_object;
Available on crate feature SecProtocolObject only.
Expand description

A sec_object is a generic, ARC-able type wrapper for common CoreFoundation Security types.

See also Apple’s documentation