On this page:
_ bool
_ void
Version: 4.1

3.3 Other Atomic Types

_bool : ctype?

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

_void : ctype?

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