Return the legacy read function installed on a BIO_METHOD.
Declared in <openssl/bio.h>
<openssl/bio.h>
int(* BIO_meth_get_read(BIO_METHOD const* biom))(BIO*, char*, int);
Read callback, or NULL if unset.