pub unsafe fn global_string_const(name: &[u8]) -> CFStringRefExpand description
Read a global NSString* / CFStringRef constant by symbol name.
Many Apple framework constants (e.g. kSecClass) are pointers to
CFStringRef — this dereferences the pointer.