Function Perl_sv_setuv

Source
pub unsafe extern "C" fn Perl_sv_setuv(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    num: UV,
)