Function windows::Win32::System::RemoteDesktop::WTSSetUserConfigW

pub unsafe fn WTSSetUserConfigW<P0, P1, P2>(
    pservername: P0,
    pusername: P1,
    wtsconfigclass: WTS_CONFIG_CLASS,
    pbuffer: P2,
    datalength: u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,