(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).
(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).