pub unsafe extern "C" fn mbedtls_rsa_free(
    ctx: *mut mbedtls_rsa_context
)
Expand description

\brief This function frees the components of an RSA key.

\param ctx The RSA context to free. May be \c NULL, in which case this function is a no-op. If it is not \c NULL, it must point to an initialized RSA context.