pub type SHSetWireUnsafe = Option<unsafe extern "C" fn(wire: SHWireRef, unsafe_: SHBool)>;
enum SHSetWireUnsafe { None, Some(unsafe extern "C" fn(_: *mut SHWireRefOpaque, _: bool)), }
No value.
Some value of type T.
T