pub unsafe extern "C-unwind" fn lua_getmetatable(
    L: *mut lua_State,
    objindex: c_int
) -> c_int
Available on crate features lua51 or luajit only.