pub async fn request_call_with<I>(co: &GenCo, callable: Value, args: I) -> Valuewhere I: IntoIterator<Item = Value>, I::IntoIter: DoubleEndedIterator,
Helper function to call the given value with the provided list of arguments. This uses the StackPush and Call messages under the hood.