Function windows::Win32::System::RemoteDesktop::WTSQueryUserConfigW

pub unsafe fn WTSQueryUserConfigW<P0, P1>(
    pservername: P0,
    pusername: P1,
    wtsconfigclass: WTS_CONFIG_CLASS,
    ppbuffer: *mut PWSTR,
    pbytesreturned: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,