pub unsafe fn utrans_transUChars(
    trans: *const *const c_void,
    text: *mut u16,
    textlength: *mut i32,
    textcapacity: i32,
    start: i32,
    limit: *mut i32,
    status: *mut UErrorCode
)