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