Function windows::Win32::UI::Shell::UrlEscapeW

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