/*
 * call-seq:
 *   open(mrl) -> boolean
 *
 * Opens given mrl in order (unlike Stream#play).
 * Returns true, if open was successful, false otherwise
 */
static VALUE xs_open(VALUE self, VALUE mrl_) {