pub type MutableHandleObject<'a> = MutableHandle<'a, *mut JSObject>;
struct MutableHandleObject<'a> { /* private fields */ }