#[no_mangle]
extern "C" fn ICU4XDateTime_create_from_date_and_time(
    date: &ICU4XDate,
    time: &ICU4XTime,
) -> Box<ICU4XDateTime>