Since this takes self by value, we could potentially use `Buffer.into_mutable` to reuse the allocation if possible _Originally posted by @alamb in https://github.com/apache/arrow-rs/pull/9823#discussion_r3506852519_
Since this takes self by value, we could potentially use
Buffer.into_mutableto reuse the allocation if possibleOriginally posted by @alamb in #9823 (comment)