Function windows::Win32::NetworkManagement::WiFi::WlanRenameProfile
pub unsafe fn WlanRenameProfile<P0, P1, P2>(
hclienthandle: P0,
pinterfaceguid: *const GUID,
stroldprofilename: P1,
strnewprofilename: P2,
preserved: Option<*const c_void>,
) -> u32where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,