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