Return whether BIO_free() will close the underlying I/O resource.
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_get_shutdown(BIO* a);
Non-zero if the underlying descriptor/handle is closed on free; 0 otherwise.