Function lua_getmetatable

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