Function lua_gettable

Source
pub unsafe extern "C-unwind" fn lua_gettable(
    L: *mut lua_State,
    idx: i32,
) -> i32