pub unsafe extern "C" fn lua_gc(
    L: *mut lua_State,
    what: c_int
    ...
) -> c_int