mbedtls_platform_teardown() function
This function performs any platform teardown operations. Its implementation is platform-specific, and unless platform-specific code is provided, it does nothing.
Notes
This function should be called after every other Mbed TLS module has been correctly freed using the appropriate free function. The usage and necessity of this function is dependent on the platform.