pub type NotLikeBinary<Lhs, Rhs> = NotLike<Lhs, Rhs>;
dsl::NotLike
struct NotLikeBinary<Lhs, Rhs>(/* private fields */);