pub unsafe fn uregex_setText(
    regexp: *mut URegularExpression,
    text: *const u16,
    textlength: i32,
    status: *mut UErrorCode
)