Function rlua::ffi::lua_getstack

pub unsafe extern "C-unwind" fn lua_getstack(
    L: *mut lua_State,
    level: i32,
    ar: *mut lua_Debug
) -> i32