luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
6
use crate::records::lua_page::lua_Page;

#[no_mangle]
pub unsafe fn luaM_getnextpage(page: *mut lua_Page) -> *mut lua_Page {
    (*page).listnext
}