Function array_to_string_with_null

Source
fn array_to_string_with_null(
    array: ListRef<'_>,
    delimiter: &str,
    null_string: &str,
    ctx: &Context,
    writer: &mut impl Write,
)