Function Perl_apply_attrs_string

Source
pub unsafe extern "C" fn Perl_apply_attrs_string(
    my_perl: *mut PerlInterpreter,
    stashpv: *const c_char,
    cv: *mut CV,
    attrstr: *const c_char,
    len: STRLEN,
)