pub unsafe extern "system" fn WlanGetAvailableNetworkList(
    hclienthandle: HANDLE,
    pinterfaceguid: *const GUID,
    dwflags: u32,
    preserved: *mut c_void,
    ppavailablenetworklist: *mut *mut WLAN_AVAILABLE_NETWORK_LIST
) -> u32
Expand description

Required features: ‘Win32_NetworkManagement_WiFi’, ‘Win32_Foundation’