(defmethod+ ("db_cursor_del" db-cursor-del) :int (cursor :pointer :class (cursor cursor-handle)) (flags :uint32 :const 0))
(defmethod+ ("db_cursor_count" db-cursor-count) :int (cursor :pointer :class (cursor cursor-handle)) (count :out :uint32) (flags :uint32 :const 0))