pub unsafe extern "C" fn value_remove_by_index(
    value: Value,
    index: usize
) -> c_int
Expand description

This removes a value from the list by index.