pub type AddForeignUpdateTargets_function = Option<unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RangeTblEntry, *mut RelationData)>;Aliased Type§
pub enum AddForeignUpdateTargets_function {
None,
Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RangeTblEntry, *mut RelationData)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RangeTblEntry, *mut RelationData))
Some value of type T.