pub unsafe extern "C" fn lua_getuserdatadtor(
    L: *mut lua_State,
    tag: c_int
) -> Option<lua_Destructor>
Available on crate feature luau only.