Perl_repeatcpy

Function Perl_repeatcpy 

Source
pub unsafe extern "C" fn Perl_repeatcpy(
    to: *mut c_char,
    from: *const c_char,
    len: I32,
    count: IV,
)