Dummy derive macro to enable the dbn helper attribute for record types
using the dbn_record proc macro but neither CsvSerialize nor JsonSerialize as
helper attributes aren’t supported for proc macros alone. See
https://github.com/rust-lang/rust/issues/65823.