pub unsafe extern "C" fn g_date_time_new_local(
    year: i32,
    month: i32,
    day: i32,
    hour: i32,
    minute: i32,
    seconds: f64
) -> *mut GDateTime