pub unsafe fn WlanGetAvailableNetworkList<P0>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    dwflags: u32,
    preserved: Option<*const c_void>,
    ppavailablenetworklist: *mut *mut WLAN_AVAILABLE_NETWORK_LIST
) -> u32
where P0: Param<HANDLE>,