Function Perl_sv_bless

Source
pub unsafe extern "C" fn Perl_sv_bless(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    stash: *mut HV,
) -> *mut SV