pub type ChipOnRemoveCallbackType = extern "C" fn(RefAny, CallbackInfo, ChipState) -> Update;
Callback function type invoked when a removable chip’s “x” is clicked.