VOID
RtlStoreUshort(
IN PUSHORT Address,
IN USHORT Value
);
RtlStoreUshort stores a USHORT value at a particular address, avoiding alignment faults.
The caller can be running at any IRQL if Address points to nonpaged pool. Otherwise, the caller must be running at IRQL < DISPATCH_LEVEL.