Return the number of significant bits in a single BN_ULONG word.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_num_bits_word(unsigned long l);
Bit length of l (floor(log2(l))+1 when l != 0).
l
l))+1