windows::Win32::Globalization

Function u_strToUpper

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