pub fn to_pointer(state: &LuaState, idx: i32) -> Option<usize>Expand description
C’s lua_topointer keyed on a stack index. Returns a usize identity token
(raw void* pointers are confined to lua-gc / lua-coro). Delegates to the
single value_identity_pointer resolver.