Type Definition BoolCallback
flutter_engine_sys
type BoolCallback = Option<unsafe extern "C" fn(arg1: *mut c_void) -> bool>;