Function lua_rs::ffi::lua::lua_rawget

source ·
pub unsafe extern "C" fn lua_rawget(
    l: *mut lua_State,
    idx: c_int
) -> c_int