Type Alias lua_Reader

Source
pub type lua_Reader = unsafe extern "C-unwind" fn(*mut lua_State, *mut c_void, *mut usize) -> *const i8;
Available on crate feature mlua only.