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