Function Perl_ptr_table_fetch

Source
pub unsafe extern "C" fn Perl_ptr_table_fetch(
    my_perl: *mut PerlInterpreter,
    tbl: *mut PTR_TBL_t,
    sv: *const c_void,
) -> *mut c_void