pub type SHSetContains = Option<unsafe extern "C" fn(table: SHSet, value: SHVar) -> SHBool>;
enum SHSetContains { None, Some(unsafe extern "C" fn(_: SHSet, _: SHVar) -> bool), }
No value.
Some value of type T.
T