UnlockIBase( Lock )
VOID UnlockIBase( ULONG );
Surrenders lock gotten by
LockIBase().
Calling this function when you do not own the specified lock will immediately crash the system.
The value returned by
LockIBase() should be passed to this function, to specify which internal lock is to be freed.
Note that the parameter is passed in A0, not D0, for historical reasons.