pub unsafe fn ucurr_register<P0>(
    isocode: *const u16,
    locale: P0,
    status: *mut UErrorCode
) -> *mut c_void
where P0: IntoParam<PCSTR>,