pub unsafe extern "C" fn mbedtls_ms_time() -> mbedtls_ms_time_t
Expand description

\brief Get time in milliseconds.

\return Monotonically-increasing current time in milliseconds.

\note Define MBEDTLS_PLATFORM_MS_TIME_ALT to be able to provide an alternative implementation

\warning This function returns a monotonically-increasing time value from a start time that will differ from platform to platform, and possibly from run to run of the process.