// SPDX-License-Identifier: GPL-3.0-or-later // Copyright (c) 2026 0xKSor #include #include void* memset(void* destination, int value, Size count) { return MemorySet(destination, value, count); }