pub type KeyManagerStatusHandler = dyn Fn(Status) + Send + Sync;
Key manager status update handler callback.