Skip to main content

Perl_newSUB

Function Perl_newSUB 

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

thx shim for crate::Perl_newSUB.