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

\brief Get the size in bits of the underlying key

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

\return Key size in bits, or 0 on error