Function make_fixed_size

Source
fn make_fixed_size<T>(buffer: Box<[T]>) -> Box<[T; 256]>