pub type LuaReader<'a> = dyn FnMut() -> Option<Vec<u8>> + 'a;
Reader-callback type for lua_load. C: lua_Reader.
lua_load
lua_Reader