pub unsafe fn uspoof_getSkeletonUTF8<P0, P1>(
    sc: *const USpoofChecker,
    type: u32,
    id: P0,
    length: i32,
    dest: P1,
    destcapacity: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,