fn jsonb_build_array<'a>(
    datums: &[Datum<'a>],
    temp_storage: &'a RowArena
) -> Datum<'a>