pub unsafe extern "C" fn jsc_value_to_json(
    value: *mut JSCValue,
    indent: c_uint
) -> *mut c_char
Available on crate feature v2_28 only.