Return a borrowed pointer to the r component of an ECDSA signature.
Declared in <openssl/ec.h>
<openssl/ec.h>
BIGNUM const* ECDSA_SIG_get0_r(ECDSA_SIG const* sig);
Internal pointer to r, or NULL if unset; do not free.