windows::Win32::UI::Shell

Function UrlEscapeW

pub unsafe fn UrlEscapeW<P0>(
    pszurl: P0,
    pszescaped: PWSTR,
    pcchescaped: *mut u32,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>,