program PE32_CUI 'test'; function X(byte* src, dst; dword n; char* a1, a2, a3, a4, a5) {} const buf1 = 'qwerty'; byte buf2[32]; X(buf1, @buf2, 10, 'aa', 'aa', '0', 'aa', 'aa');