macro_rules! float_to_from_bytes_impl {
    ($T:ty, $L:expr) => { ... };
}