pub unsafe extern "C" fn g_date_set_dmy(
    date: *mut GDate,
    day: u8,
    month: i32,
    y: u16
)