pub(crate) fn derive_into_bytes_struct(
ast: &DeriveInput,
strct: &DataStruct,
zerocopy_crate: &Path,
) -> Result<TokenStream, Error>pub(crate) fn derive_into_bytes_struct(
ast: &DeriveInput,
strct: &DataStruct,
zerocopy_crate: &Path,
) -> Result<TokenStream, Error>