ExInterlockedExchangeUlong

ULONG
    ExInterlockedExchangeUlong(

        IN PULONG  Target,
        IN ULONG  Value,
        IN PKSPIN_LOCK  Lock
        );

ExInterlockedExchangeUlong is exported to support existing driver binaries and is obsolete. Use InterlockedExchange instead.