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