Skip to main content

Perl_call_pv

Function Perl_call_pv 

Source
pub unsafe fn Perl_call_pv(
    my_perl: *mut PerlInterpreter,
    sub_name: *const c_char,
    flags: I32,
) -> isize
Expand description

thx shim for crate::Perl_call_pv.