Function Perl_re_dup_guts

Source
pub unsafe extern "C" fn Perl_re_dup_guts(
    my_perl: *mut PerlInterpreter,
    sstr: *const REGEXP,
    dstr: *mut REGEXP,
    param: *mut CLONE_PARAMS,
)