[][src]Type Definition lua_rs::ffi::lua::lua_Reader

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