windows::Win32::NetworkManagement::WiFi

Function WlanRenameProfile

pub unsafe fn WlanRenameProfile<P2, P3>(
    hclienthandle: HANDLE,
    pinterfaceguid: *const GUID,
    stroldprofilename: P2,
    strnewprofilename: P3,
    preserved: Option<*const c_void>,
) -> u32
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,