Function Perl_newUNOP_AUX

Source
pub unsafe extern "C" fn Perl_newUNOP_AUX(
    my_perl: *mut PerlInterpreter,
    type_: I32,
    flags: I32,
    first: *mut OP,
    aux: *mut UNOP_AUX_item,
) -> *mut OP