pub unsafe fn uregex_getFindProgressCallback(
    regexp: *const URegularExpression,
    callback: *mut URegexFindProgressCallback,
    context: *const *const c_void,
    status: *mut UErrorCode
)