Function lua_getmetatable

Source
pub unsafe extern "C" fn lua_getmetatable(
    L: *mut State,
    index: i32,
) -> i32