[][src]Type Definition luajit2_sys::lua_Writer

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