```c void SDL_GetVersion(SDL_version * ver); ``` It doesn't return anything.
Its return type is void. See the argument list where it lists the types of the arguments: ``template writeln is not callable using argument types !()(string, void)`` Which aligns with the arguments you passed to ``writeln``.