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