# File lib/ffi/struct.rb, line 133 def callback_field_class_from(type) return CallbackField, type if type.is_a?(FFI::CallbackInfo) end