pub type MonotonicTimer = Box<dyn Send + FnMut() -> Duration>;
Implementation of [ms_tpm_20_ref::PlatformCallbacks::monotonic_timer]
ms_tpm_20_ref::PlatformCallbacks::monotonic_timer
struct MonotonicTimer(/* private fields */);