pub unsafe extern "C" fn mbedtls_cipher_info_from_type(
cipher_type: mbedtls_cipher_type_t,
) -> *const mbedtls_cipher_info_tExpand description
\brief Returns the cipher information structure associated with the given cipher type.
\param cipher_type Type of the cipher to search for.
\return the cipher information structure associated with the given cipher_type, or NULL if not found.