pub unsafe extern "C" fn mbedtls_pk_info_from_type(
    pk_type: u32
) -> *const mbedtls_pk_info_t
Expand description

\brief Return information associated with the given PK type

\param pk_type PK type to search for.

\return The PK info associated with the type or NULL if not found.