Function Perl_newSVpv

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