[][src]Function libperl_sys::Perl_hv_fetch

pub unsafe extern "C" fn Perl_hv_fetch(
    my_perl: *mut PerlInterpreter,
    hv: *mut HV,
    key: *const c_char,
    klen: I32,
    lval: I32
) -> *mut *mut SV