pub unsafe extern "C" fn jsc_context_evaluate(
    context: *mut JSCContext,
    code: *const c_char,
    length: ssize_t
) -> *mut JSCValue