pub unsafe fn WTSStartRemoteControlSessionW<P0>(
    ptargetservername: P0,
    targetlogonid: u32,
    hotkeyvk: u8,
    hotkeymodifiers: u16,
) -> Result<()>
where P0: Param<PCWSTR>,