pub unsafe extern "C" fn value_get_by_key(
    value: Value,
    k: *const c_char
) -> Value
Expand description

Looks up a value in a map by key. If missing a null value is returned.“] The returned value is borrowed.”]