pub unsafe extern "C" fn jsc_context_set_value(
    context: *mut JSCContext,
    name: *const c_char,
    value: *mut JSCValue
)