Type Definition BoolCallback
flutter_engine::ffi
type BoolCallback = extern "C" fn(_: *const c_void) -> bool;