Function Perl_hv_store_ent

Source
pub unsafe extern "C" fn Perl_hv_store_ent(
    my_perl: *mut PerlInterpreter,
    hv: *mut HV,
    key: *mut SV,
    val: *mut SV,
    hash: U32,
) -> *mut HE