pub unsafe fn string_from_nsstring(nsstring: id) -> *mut String
Expand description

Create a String pointer from a NSString.

Safety

All the FFI functions are unsafe.