Skip to main content

hv_store

Function hv_store 

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

thx shim for crate::hv_store.