Function luaL_optinteger

Source
pub unsafe extern "C" fn luaL_optinteger(
    L: *mut lua_State,
    nArg: c_int,
    def: c_int,
) -> c_int