Function Perl_ptr_table_store

Source
pub unsafe extern "C" fn Perl_ptr_table_store(
    my_perl: *mut PerlInterpreter,
    tbl: *mut PTR_TBL_t,
    oldsv: *const c_void,
    newsv: *mut c_void,
)