pub unsafe extern "C-unwind" fn lua_setlocal(
L: *mut lua_State,
ar: *const lua_Debug,
n: i32,
) -> *const i8Available on crate feature
mlua and (crate features lua51 or luajit) only.