Function windows::Win32::System::RemoteDesktop::WTSConnectSessionW

pub unsafe fn WTSConnectSessionW<P0, P1>(
    logonid: u32,
    targetlogonid: u32,
    ppassword: P0,
    bwait: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<BOOL>,