pub fn new_stack_buffer<const N: usize>() -> Buffer<[u8; N]>
Creates a new Buffer that is backed by an owned u8 array with size N
Buffer
u8
N