Function Perl_sv_setnv

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