Function windows::Win32::System::RemoteDesktop::WTSSetUserConfigA

pub unsafe fn WTSSetUserConfigA<P0, P1>(
    pservername: P0,
    pusername: P1,
    wtsconfigclass: WTS_CONFIG_CLASS,
    pbuffer: &[u8],
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,