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