Function Perl_newUNOP

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