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