Skip to main content

Perl_hv_fetch

Function Perl_hv_fetch 

Source
pub unsafe fn Perl_hv_fetch(
    my_perl: *mut PerlInterpreter,
    hv: *mut HV,
    key: *const c_char,
    klen: I32,
    lval: I32,
) -> *mut *mut SV
Expand description

thx shim for crate::Perl_hv_fetch.