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