pub fn bitreversed_transpose<T: Copy>(
    height: usize,
    input: &[T],
    output: &mut [T]
)