Function windows::Win32::NetworkManagement::WiFi::WlanSetProfileList

pub unsafe fn WlanSetProfileList<P0>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    strprofilenames: &[PCWSTR],
    preserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>,