pub unsafe fn ucal_setDate(
    cal: *mut *mut c_void,
    year: i32,
    month: i32,
    date: i32,
    status: *mut UErrorCode
)