[][src]Type Definition luajit::ffi::lua::lua_Writer

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