Function Perl_newSUB

Source
pub unsafe extern "C" fn Perl_newSUB(
    my_perl: *mut PerlInterpreter,
    floor: I32,
    o: *mut OP,
    proto: *mut OP,
    block: *mut OP,
) -> *mut CV