Function Perl_sv_does_pvn

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