Function Perl_newSVpvn_share

Source
pub unsafe extern "C" fn Perl_newSVpvn_share(
    my_perl: *mut PerlInterpreter,
    s: *const c_char,
    len: I32,
    hash: U32,
) -> *mut SV