chickadee » foreign » types » bytevector

bytevectortype
nonnull-bytevectortype

A bytevector object, passed as a pointer to its contents. Permitted only as argument type, not return type.

Arguments of type bytevector may optionally be #f, which is passed as a NULL pointer. For the nonnull- variant, passing a #f value will raise an exception.