bignum_get_unsigned_bin() function
bignum_get_unsigned_bin - Set binary buffer to unsigned bignum @n: Bignum from bignum_init() @buf: Buffer for the binary number @len: Length of the buffer, can be %NULL if buffer is known to be long enough. Set to used buffer length on success if not %NULL. Returns: 0 on success, -1 on failure