/*
* call-seq:
* easy.low_speed_limit => fixnum or nil
*
* Obtain the minimum transfer speed over +low_speed+time+ below which the
* transfer will be aborted.
*/
static VALUE ruby_curl_easy_low_speed_limit_get(VALUE self, VALUE low_speed_limit) {