Skip to main content

Perl_av_store

Function Perl_av_store 

Source
pub unsafe fn Perl_av_store(
    my_perl: *mut PerlInterpreter,
    av: *mut AV,
    key: isize,
    val: *mut SV,
) -> *mut *mut SV
Expand description

thx shim for crate::Perl_av_store.