Function Perl_newSTATEOP

Source
pub unsafe extern "C" fn Perl_newSTATEOP(
    my_perl: *mut PerlInterpreter,
    flags: I32,
    label: *mut c_char,
    o: *mut OP,
) -> *mut OP