1use core_foundation_sys::string::CFStringRef; 2 3extern "C" { 4 pub static kSecOIDX509V1SignatureAlgorithm: CFStringRef; 5}