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