(bind-func test_g_cstring (lambda () (let ((i 0)) (dotimes (i 7) (printf "g_cstring[%lld] = %c\n" i (pref g_cstring i))) (printf "\nSpells... %s\n" g_cstring))))