Return the puts callback installed on a BIO_METHOD.
Declared in <openssl/bio.h>
<openssl/bio.h>
int(* BIO_meth_get_puts(BIO_METHOD const* biom))(BIO*, char const*);
Puts callback, or NULL if unset.