pub unsafe extern "C" fn mbedtls_nist_kw_free(
ctx: *mut mbedtls_nist_kw_context,
)Expand description
\brief This function releases and clears the specified key wrapping context and underlying cipher sub-context.
\param ctx The key wrapping context to clear.