Function BIO_meth_set_write
extern(C) int BIO_meth_set_write
(
deimos .openssl .bio .bio_method_st* biom,
nothrow extern(C) int function(deimos .openssl .bio .bio_st*, const(char)*, int) cb
);