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