Skip to main content

Perl_newCONSTSUB

Function Perl_newCONSTSUB 

Source
pub unsafe fn Perl_newCONSTSUB(
    my_perl: *mut PerlInterpreter,
    stash: *mut HV,
    name: *const c_char,
    sv: *mut SV,
) -> *mut CV
Expand description