Miri.Mmodule StateM : State.StateM.Smodule Alloc : sig ... endval alloc_id :
('a, 'b, StateM.Sptr.t) Rust_val.raw list ->
(([> Soteria_rust_lib.Typed.T.sint ] Typed.t, 'c, 'd) Rust_val.raw, 'e)
StateM.tval promise_alignement :
([< Soteria_rust_lib.Typed.T.any ] Typed.t, 'a, StateM.Sptr.t) Rust_val.raw
list ->
(('b, 'c, 'd) Rust_val.raw, 'e) StateM.tval alloc :
([< Soteria_rust_lib.Typed.T.any ] Typed.t, 'a, 'b) Rust_val.raw list ->
((Soteria_rust_lib.Typed.T.sint Typed.t, 'c, StateM.Sptr.t) Rust_val.raw, 'd)
StateM.tval dealloc :
(Soteria_rust_lib.Typed.T.sint Typed.t, 'a, StateM.Sptr.t) Rust_val.raw list ->
(('b, 'c, 'd) Rust_val.raw, 'e) StateM.t