Function lua_getfield

Source
pub unsafe fn lua_getfield(L: *mut lua_State, idx: i32, k: *const i8) -> i32
Available on crate feature mlua only.