pub(crate) type USVStringOrUndefined = USVStringOrUndefined;
pub(crate) enum USVStringOrUndefined { USVString(USVString), Undefined(()), }