pub type NotIlike<Lhs, Rhs> = NotILike<Lhs, Rhs>;
postgres_backend
pub struct NotIlike<Lhs, Rhs>(/* private fields */);