pub type MutableHandleValue<'a> = MutableHandle<'a, Value>;
struct MutableHandleValue<'a> { /* private fields */ }