iou
iou copied to clipboard
make buf_index u32 for prep_write_fixed
This is u32 for prep_read_fixed. It is confusing to have differing types for both operations. Standardizing on u32 seems to match a trend towards uring deterministic size types for these operations.