Function Perl_hv_store

Source
pub unsafe extern "C" fn Perl_hv_store(
    my_perl: *mut PerlInterpreter,
    hv: *mut HV,
    key: *const c_char,
    klen: I32,
    val: *mut SV,
    hash: U32,
) -> *mut *mut SV