pub fn call<A, R>(lua_ref: i32, args: A) -> Result<R, Error>where A: Pushable, R: Poppable,
Calls a function previously stored in the Lua registry via store.