pub unsafe extern "C" fn r_regex_match(
    pattern: *const c_char,
    flags: *const c_char,
    text: *const c_char
) -> bool