pub trait JsValuesTupleIntoVec { // Required method fn into_vec(self, env: napi_env) -> Result<Vec<napi_value>>; }