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