[][src]Function libperl_sys::Perl_newCONSTSUB_flags

pub unsafe extern "C" fn Perl_newCONSTSUB_flags(
    my_perl: *mut PerlInterpreter,
    stash: *mut HV,
    name: *const c_char,
    len: STRLEN,
    flags: U32,
    sv: *mut SV
) -> *mut CV