Function Perl_call_pv

Source
pub unsafe extern "C" fn Perl_call_pv(
    my_perl: *mut PerlInterpreter,
    sub_name: *const c_char,
    flags: I32,
) -> I32