Function windows::Win32::NetworkManagement::WiFi::WlanUIEditProfile

pub unsafe fn WlanUIEditProfile<P0, P1>(
    dwclientversion: u32,
    wstrprofilename: P0,
    pinterfaceguid: *const GUID,
    hwnd: P1,
    wlstartpage: WL_DISPLAY_PAGES,
    preserved: Option<*const c_void>,
    pwlanreasoncode: Option<*mut u32>
) -> u32
where P0: Param<PCWSTR>, P1: Param<HWND>,