Skip to main content

lua_encodepointer

Function lua_encodepointer 

Source
pub unsafe extern "C-unwind" fn lua_encodepointer(
    L: *mut lua_State,
    p: usize,
) -> usize
Available on crate feature luau only.