pub unsafe extern "C" fn jsc_value_new_string_from_bytes(
    context: *mut JSCContext,
    bytes: *mut GBytes
) -> *mut JSCValue