in Sources/TwitterApacheThrift/MutableThriftBinary.swift [43:45]
func write(_ value: Bool) { write(UInt8(value ? 1 : 0)) }