enum
type.
foreign-enum-keyword
returns
nil
.
The function foreign-enum-keyword
returns the keyword symbol
that corresponds to value in type.
An error is signaled if type doesn't contain such value and errorp is true.
(defcenum boolean :no :yes) CFFI> (foreign-enum-keyword 'boolean 1) => :YES