[][src]Function lua_rs::ffi::lauxlib::luaL_optinteger

pub unsafe extern "C" fn luaL_optinteger(
    l: *mut lua_State,
    arg: c_int,
    def: lua_Integer
) -> lua_Integer