pub type HandleString<'a> = Handle<'a, *mut JSString>;
struct HandleString<'a> { pub(crate) ptr: &'a *mut JSString, }
ptr: &'a *mut JSString