Function Perl_sv_usepvn_flags

Source
pub unsafe extern "C" fn Perl_sv_usepvn_flags(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    ptr: *mut c_char,
    len: STRLEN,
    flags: U32,
)