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