lua52_sys::lua_Writer
[−]
[src]
type lua_Writer = extern fn(L: *mut lua_State, p: *const c_void, sz: size_t, ud: *mut c_void) -> c_int;
type lua_Writer = extern fn(L: *mut lua_State, p: *const c_void, sz: size_t, ud: *mut c_void) -> c_int;