pub unsafe extern "C" fn mbedtls_mpi_lsb(
    X: *const mbedtls_mpi
) -> usize
Expand description

\brief Return the number of bits of value \c 0 before the least significant bit of value \c 1.

\note This is the same as the zero-based index of the least significant bit of value \c 1.

\param X The MPI to query.

\return The number of bits of value \c 0 before the least significant bit of value \c 1 in \p X.