fn pg_table_is_visible<I>(
    table_oid: Option<I>,
    _ctx: &mut EvalContext,
) -> Option<bool>
where I: AsPrimitive<u32>,