Function json_array_replace_value

Source
pub unsafe extern "C" fn json_array_replace_value(
    array: *mut JSON_Array,
    i: usize,
    value: *mut JSON_Value,
) -> JSON_Status