pub unsafe fn WTSQuerySessionInformationA<P0>(
    hserver: P0,
    sessionid: u32,
    wtsinfoclass: WTS_INFO_CLASS,
    ppbuffer: *mut PSTR,
    pbytesreturned: *mut u32,
) -> Result<()>
where P0: Param<HANDLE>,