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