pub unsafe fn EncodeStringToUTF8(
    cx: *mut JSContext,
    str_: HandleString<'_>,
    cb: EncodedStringCallback
)