cl-libheif ยป Idiosyncrasies

In Common Lisp setters usually return the value they set, e.g. (setf (foo-bar foo) x) returns x. In cl-libheif functions whose purpose is to set something do not return a value, i.e. have the return type (values &optional).