pub type ChipOnClickCallbackType = extern "C" fn(RefAny, CallbackInfo, ChipState) -> Update;
Callback function type invoked when the chip’s label area is clicked.