Type Definition nanos_sdk_rs::sdk::lua_Writer[][src]

pub 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>;