windows::Win32::Networking::WinSock

Function WSCUpdateProvider

pub unsafe fn WSCUpdateProvider<P1>(
    lpproviderid: *const GUID,
    lpszproviderdllpath: P1,
    lpprotocolinfolist: &[WSAPROTOCOL_INFOW],
    lperrno: *mut i32,
) -> i32
where P1: Param<PCWSTR>,