pub unsafe extern "C" fn onig_regset_new(
    rset: *mut *mut OnigRegSet,
    n: c_int,
    regs: *mut OnigRegex
) -> c_int