Function Perl_newSVpvn_flags

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