pub type Uri = Url;
#[repr(C, u8)]pub enum Uri { Url(Url), UrlFunction(Function, String, RightParen), SrcFunction(Function, String, RightParen), }