pub type SHSetGetIterator = Option<unsafe extern "C" fn(set: SHSet, outIter: *mut SHSetIterator)>;
enum SHSetGetIterator { None, Some(unsafe extern "C" fn(_: SHSet, _: *mut [i8; 64])), }
No value.
Some value of type T.
T