pub unsafe fn WNetGetNetworkInformationW<P0>(
    lpprovider: P0,
    lpnetinfostruct: *mut NETINFOSTRUCT
) -> WIN32_ERROR
where P0: Param<PCWSTR>,