Test whether a custom BIO has been initialized by its create() callback.
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_get_init(BIO* a);
Non-zero if initialized, or 0 otherwise.