Function Perl_newSVpvn

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