pub unsafe extern "system" fn InternetConvertUrlFromWireToWideChar(
    pcszurl: PCSTR,
    cchurl: u32,
    pcwszbaseurl: PCWSTR,
    dwcodepagehost: u32,
    dwcodepagepath: u32,
    fencodepathextra: BOOL,
    dwcodepageextra: u32,
    ppwszconvertedurl: *mut PWSTR
) -> u32
Expand description

Required features: "Win32_Networking_WinInet", "Win32_Foundation"