pub unsafe fn luauF_readinteger<T>( _L: *mut LuaState, res: StkId, arg0: *mut TValue, nresults: c_int, args: StkId, nparams: c_int, ) -> c_intwhere T: Copy + Into<f64>,