pub type ReparameterizeForeignPathByChild_function = Option<unsafe extern "C-unwind" fn(root: *mut PlannerInfo, fdw_private: *mut List, child_rel: *mut RelOptInfo) -> *mut List>;Aliased Type§
pub enum ReparameterizeForeignPathByChild_function {
None,
Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, *mut List, *mut RelOptInfo) -> *mut List),
}