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