pub unsafe fn uspoof_check2UTF8<P0>(
    sc: *const USpoofChecker,
    id: P0,
    length: i32,
    checkresult: *mut USpoofCheckResult,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,