pub unsafe extern "C" fn lua_compare(
    L: *mut lua_State,
    idx1: c_int,
    idx2: c_int,
    op: c_int
) -> c_int