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