Type Definition px8_plugin_lua::ffi::lua_Reader [] [src]

type lua_Reader = Option<unsafe extern "C" fn(_: *mut lua_State, _: *mut c_void, _: *mut size_t) -> *const c_char>;