unsafe fn get_latin1_string_bytes( rooted_traceable_box: &RootedTraceableBox<Heap<*mut JSString>>, ) -> &[u8] ⓘ
Gets the latin1 bytes from the js engine. Safety: Make sure the *mut JSString is not null.