pub unsafe extern "system" fn InternetCanonicalizeUrlA(
    lpszurl: PCSTR,
    lpszbuffer: PSTR,
    lpdwbufferlength: *mut u32,
    dwflags: u32
) -> BOOL
Expand description

Required features: "Win32_Networking_WinInet", "Win32_Foundation"