pub unsafe fn ucurr_forLocale<P0>(
    locale: P0,
    buff: *mut u16,
    buffcapacity: i32,
    ec: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,