Function Perl_call_method

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