Return the create callback installed on a BIO_METHOD.
Declared in <openssl/bio.h>
<openssl/bio.h>
int(* BIO_meth_get_create(BIO_METHOD const* bion))(BIO*);
Create callback invoked when a BIO of this method is allocated, or NULL if unset.