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