Type Alias tlua::ffi::lua_Writer

source ·
pub type lua_Writer = extern "C" fn(L: *mut lua_State, p: *const c_void, sz: size_t, ud: *mut c_void) -> c_int;