On Alpha and Integrity server systems, changes the current
    processing state of a CPU in the configure set or an unassigned
    CPU in a Galaxy configuration. This service completes
    synchronously; that is, it returns to the caller only after the
    final completion status of the operation is known.
    In all other respects, $CPU_TRANSITIONW is identical to $CPU_
    TRANSITION. For all other information about the $CPU_TRANSITIONW
    service, see the description of $CPU_TRANSITION in this manual.
    This service accepts 64-bit addresses.
    For more information, see the HP OpenVMS Alpha Partitioning and
    Galaxy Guide.
    Format
      SYS$CPU_TRANSITIONW  tran_id ,cpu_id ,nodename ,node_id ,flags
                           ,efn ,iosb ,astadr_64 ,astprm_64
    C Prototype
      int sys$cpu_transitionw  (int tran_code, int cpu_id,
                               dsc64$descriptor_s_pq nodename,
                               int node_id, uint32 flags, int efn,
                               IOSB *iosb, UINT64_PQ astadr, uint64
                               astprm, uint32 timout);