VOID
RtlStoreUlong(
IN PULONG Address,
IN ULONG Value
);
RtlStoreUlong stores a ULONG 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.