void InitWindow(int width, int height, const char *title); in C
(cffi:defcfun ("InitWindow" init-window) in CFFI
:void <==== This void is true or not?
(width (:pointer :int))
(heigh (:pointer :int))
(title (:pointer :char)))
please help.