pub type BOOL = u8;
The Objective-C BOOL type.
BOOL
The type of this varies across platforms, so to convert an it into a Rust bool, always compare it with YES or NO.
bool
YES
NO