pub unsafe fn nsstring(s: &str) -> IdExpand description
Create an autoreleased NSString from a Rust &str.
Uses CFStringCreateWithBytes which returns a toll-free-bridged
NSString*. Caller must manage the refcount (or let autorelease handle it).