Skip to main content

Perl_hv_common

Function Perl_hv_common 

Source
pub unsafe fn Perl_hv_common(
    my_perl: *mut PerlInterpreter,
    hv: *mut HV,
    keysv: *mut SV,
    key: *const c_char,
    klen: STRLEN,
    flags: c_int,
    action: c_int,
    val: *mut SV,
    hash: U32,
) -> *mut c_void
Expand description

thx shim for crate::Perl_hv_common.