Type Definition lua_jit_sys::lua_Writer [] [src]

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