module FFI::Library

def enum_value(symbol)

def enum_value(symbol)
  @ffi_enums.__map_symbol(symbol)
end