Function windows::Win32::NetworkManagement::WiFi::WlanGetProfileList

pub unsafe fn WlanGetProfileList<P0>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    preserved: Option<*const c_void>,
    ppprofilelist: *mut *mut WLAN_PROFILE_INFO_LIST
) -> u32
where P0: Param<HANDLE>,