Perl_newCONSTSUB

Function Perl_newCONSTSUB 

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