pub type ConstructSetWatchFunction = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: bool)>;
enum ConstructSetWatchFunction { None, Some(unsafe extern "C" fn(_: *mut c_void, _: bool)), }
No value.
Some value of type T.
T