Function Perl_newWHENOP

Source
pub unsafe extern "C" fn Perl_newWHENOP(
    my_perl: *mut PerlInterpreter,
    cond: *mut OP,
    block: *mut OP,
) -> *mut OP