Function windows::Win32::Networking::WinInet::HttpGetServerCredentials

pub unsafe fn HttpGetServerCredentials<P0>(
    pwszurl: P0,
    ppwszusername: *mut PWSTR,
    ppwszpassword: *mut PWSTR,
) -> u32
where P0: Param<PCWSTR>,