pub type GhostFn<I, O> = FnSpec<(I,), O>;
Alias for Verus’s spec function type.
pub struct GhostFn<I, O> { /* private fields */ }