pub unsafe fn ucurr_getName<P0>(
    currency: *const u16,
    locale: P0,
    namestyle: UCurrNameStyle,
    ischoiceformat: *mut i8,
    len: *mut i32,
    ec: *mut UErrorCode
) -> *mut u16
where P0: IntoParam<PCSTR>,