Perl_newMETHOP

Function Perl_newMETHOP 

Source
pub unsafe extern "C" fn Perl_newMETHOP(
    my_perl: *mut PerlInterpreter,
    type_: I32,
    flags: I32,
    dynamic_meth: *mut OP,
) -> *mut OP