mlua_sys::lua54::lua

Function lua_tointegerx

Source
pub unsafe extern "C-unwind" fn lua_tointegerx(
    L: *mut lua_State,
    idx: c_int,
    isnum: *mut c_int,
) -> lua_Integer
Available on crate feature lua54 only.