[#BIO_meth_get_create] = BIO_meth_get_create :mrdocs: Return the create callback installed on a BIO_METHOD. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int(* BIO_meth_get_create(xref:BIO_METHOD.adoc[BIO_METHOD] const* bion))(xref:BIO.adoc[BIO]*); ---- == Return Value Create callback invoked when a BIO of this method is allocated, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *bion* | Method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#