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

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’