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