pub unsafe fn uspoof_openFromSource<P0, P1>(
    confusables: P0,
    confusableslen: i32,
    confusableswholescript: P1,
    confusableswholescriptlen: i32,
    errtype: *mut i32,
    pe: *mut UParseError,
    status: *mut UErrorCode
) -> *mut USpoofChecker
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,