[][src]Function libperl_sys::Perl_pad_add_name_pvn

pub unsafe extern "C" fn Perl_pad_add_name_pvn(
    my_perl: *mut PerlInterpreter,
    namepv: *const c_char,
    namelen: STRLEN,
    flags: U32,
    typestash: *mut HV,
    ourstash: *mut HV
) -> PADOFFSET