pub fn url_set_path(url: &mut Url, path: &str)
Set the path component of a URL.
API differences:
url
url.set_path(path)
ada-url
url.set_pathname(Some(path))