sig
  type 'a t
  external manager_alloc_loose :
    unit -> Polka.loose PolkaGrid.t Apron.Manager.t
    = "camlidl_polkaGrid_ap_pkgrid_manager_alloc_loose"
  external manager_alloc_strict :
    unit -> Polka.strict PolkaGrid.t Apron.Manager.t
    = "camlidl_polkaGrid_ap_pkgrid_manager_alloc_strict"
end