Falsey = 0, Truthy = 1
14 15 16
# File 'lib/ffi/boolean_int.rb', line 14 def to_native(obj, _context) obj ? 1 : 0 end