security-framework-sys 2.11.1

Apple `Security.framework` low-level FFI bindings
Documentation
1
2
3
4
5
use core_foundation_sys::base::CFTypeID;

extern "C" {
    pub fn SecAccessGetTypeID() -> CFTypeID;
}