public CKR C_EX_SlotManage(NativeULong slotId, NativeULong mode, IntPtr value)
        {
            if (_disposed)
                throw new ObjectDisposedException(GetType().FullName);

            NativeULong rv = _rutokenDelegates.C_EX_SlotManage(slotId, mode, value);

            return (CKR)rv;
        }