pub unsafe extern "C" fn jsc_value_new_object(
    context: *mut JSCContext,
    instance: gpointer,
    jsc_class: *mut JSCClass
) -> *mut JSCValue