pub type Scale<Src, Dest> = TypedScale<f32, Src, Dest>;
#[repr(C)]pub struct Scale<Src, Dest>(pub f32);
0: f32