class FFI::Struct::ManagedStructConverter

def from_native(ptr, ctx)

def from_native(ptr, ctx)
  struct_class.new(AutoPointer.new(ptr, @method))
end