apple-security-sys 2.9.4

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;
}