pub unsafe extern "C" fn g_date_set_dmy(
    date: *mut GDate,
    day: GDateDay,
    month: GDateMonth,
    y: GDateYear
)