Function InternetConvertUrlFromWireToWideChar
pub unsafe fn InternetConvertUrlFromWireToWideChar<P2>(
pcszurl: &[u8],
pcwszbaseurl: P2,
dwcodepagehost: u32,
dwcodepagepath: u32,
fencodepathextra: bool,
dwcodepageextra: u32,
ppwszconvertedurl: *mut PWSTR,
) -> u32where
P2: Param<PCWSTR>,