pub type planner_hook_type = Option<unsafe extern "C-unwind" fn(_: *mut Query, _: *const i8, _: i32, _: *mut ParamListInfoData) -> *mut PlannedStmt>;Aliased Type§
enum planner_hook_type {
None,
Some(unsafe extern "C-unwind" fn(_: *mut Query, _: *const i8, _: i32, _: *mut ParamListInfoData) -> *mut PlannedStmt),
}