mbedtls_platform_setup() function
This function performs any platform-specific initialization operations. Its implementation is platform-specific, and unless platform-specific code is provided, it does nothing.
Return value
\c 0 on success.
Notes
This function should be called before any other library functions. The usage and necessity of this function is dependent on the platform.