sig
  type t = { y : int; radius : int; zoom : float; momentum : float; }
  val of_ptr : Evas.ptr -> Elm.Gesture_zoom_info.t
end