Function lua_getlocal

Source
pub unsafe extern "C-unwind" fn lua_getlocal(
    L: *mut lua_State,
    ar: *const lua_Debug,
    n: i32,
) -> *const i8
Available on crate feature mlua only.