pub unsafe extern "C" fn mbedtls_pk_get_name(
    ctx: *const mbedtls_pk_context
) -> *const c_char
Expand description

\brief Access the type name

\param ctx The PK context to use. It must have been initialized.

\return Type name on success, or “invalid PK”