[][src]Function libperl_sys::Perl_newSVpvn_flags

pub unsafe extern "C" fn Perl_newSVpvn_flags(
    my_perl: *mut PerlInterpreter,
    s: *const c_char,
    len: STRLEN,
    flags: U32
) -> *mut SV