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