pub unsafe fn uspoof_setAllowedLocales<P0>(
    sc: *mut USpoofChecker,
    localeslist: P0,
    status: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,