pub type BOOL = i8;
The Objective-C BOOL type.
BOOL
To convert an Objective-C BOOL into a Rust bool, compare it with NO.
bool
NO