pub unsafe extern "C" fn jsc_value_new_string(
    context: *mut JSCContext,
    string: *const c_char
) -> *mut JSCValue