Function Perl_newLOOPOP

Source
pub unsafe extern "C" fn Perl_newLOOPOP(
    my_perl: *mut PerlInterpreter,
    flags: I32,
    debuggable: I32,
    expr: *mut OP,
    block: *mut OP,
) -> *mut OP