pub type lua_Chunkwriter = lua_Writer;👎Deprecated since Lua 5.1: replace with
lua_WriterExpand description
lua_Writer
Aliased Type§
pub enum lua_Chunkwriter {
None,
Some(unsafe extern "C" fn(*mut lua_State, *const c_void, usize, *mut c_void) -> i32),
}