pub unsafe fn uspoof_areConfusableUTF8<P0, P1>(
    sc: *const USpoofChecker,
    id1: P0,
    length1: i32,
    id2: P1,
    length2: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,