Function lua_getfield

Source
pub unsafe extern "C" fn lua_getfield(
    L: *mut State,
    index: i32,
    k: *const i8,
)