On this page:
_ bool
_ void

3.3 Other Atomic Types

value

_bool : ctype?

Translates #f to a 0 _int, and any other value to 1.

value

_void : ctype?

Indicates a Racket #<void> return value, and it cannot be used to translate values to C. This type cannot be used for function inputs.