pub type GetForeignRowMarkType_function = Option<unsafe extern "C-unwind" fn(rte: *mut RangeTblEntry, strength: Type) -> Type>;Aliased Type§
pub enum GetForeignRowMarkType_function {
None,
Some(unsafe extern "C-unwind" fn(*mut RangeTblEntry, u32) -> u32),
}