security-framework-sys 2.8.0

Apple `Security.framework` low-level FFI bindings
Documentation
use core_foundation_sys::string::CFStringRef;

extern "C" {
    pub static kSecOIDX509V1SignatureAlgorithm: CFStringRef;
}