pub unsafe fn uregex_openC<P0>(
    pattern: P0,
    flags: u32,
    pe: *mut UParseError,
    status: *mut UErrorCode
) -> *mut URegularExpression
where P0: IntoParam<PCSTR>,