sysread(*args)
length is a positive integer.
buffer is a string used to store the result.
static VALUE ossl_ssl_read(int argc, VALUE *argv, VALUE self) { return ossl_ssl_read_internal(argc, argv, self, 0); }