I'm trying to use Dart FFIs with Rust. But I can't find any mention/documentation/example on how to use c compatible booleans in FFI. Even the primitives example from Dart official documentation didn't mention about booleans. Is it impossible to use booleans in FFI? If not, how can I approach correctly to use them?