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