security-framework-sys 0.1.10

Security Framework bindings
1
2
3
4
5
use core_foundation_sys::base::CFTypeID;

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