Function Perl_call_sv

Source
pub unsafe extern "C" fn Perl_call_sv(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    flags: I32,
) -> I32