pub unsafe extern "C" fn gst_date_time_new(
    tzoffset: c_float,
    year: c_int,
    month: c_int,
    day: c_int,
    hour: c_int,
    minute: c_int,
    seconds: c_double
) -> *mut GstDateTime