pub unsafe extern "system" fn WlanGetNetworkBssList(
    hclienthandle: HANDLE,
    pinterfaceguid: *const GUID,
    pdot11ssid: *const DOT11_SSID,
    dot11bsstype: DOT11_BSS_TYPE,
    bsecurityenabled: BOOL,
    preserved: *const c_void,
    ppwlanbsslist: *mut *mut WLAN_BSS_LIST
) -> u32
Expand description

Required features: "Win32_Foundation"