Type Alias mlua_sys::lua53::lua::lua_Writer

source ยท
pub type lua_Writer = unsafe extern "C-unwind" fn(L: *mut lua_State, p: *const c_void, sz: usize, ud: *mut c_void) -> c_int;
Available on crate feature lua53 only.