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