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