Function windows::Win32::Networking::WinInet::InternetConvertUrlFromWireToWideChar
pub unsafe fn InternetConvertUrlFromWireToWideChar<P0, P1>(
pcszurl: &[u8],
pcwszbaseurl: P0,
dwcodepagehost: u32,
dwcodepagepath: u32,
fencodepathextra: P1,
dwcodepageextra: u32,
ppwszconvertedurl: *mut PWSTR,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<BOOL>,