pub unsafe fn u_strToUpper<P4>( dest: *mut u16, destcapacity: i32, src: *const u16, srclength: i32, locale: P4, perrorcode: *mut UErrorCode, ) -> i32where P4: Param<PCSTR>,