Function windows::Win32::NetworkManagement::WiFi::WlanSetProfile

pub unsafe fn WlanSetProfile<P0, P1, P2, P3>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    dwflags: u32,
    strprofilexml: P1,
    stralluserprofilesecurity: P2,
    boverwrite: P3,
    preserved: Option<*const c_void>,
    pdwreasoncode: *mut u32
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<BOOL>,