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