let week_number year month day =
  int_of_sv (call ~fn:"Date::Calc::Week_Number"
               [sv_of_int year; sv_of_int month; sv_of_int day])