pub const advice_t = enum(u8)
pub const advice_t = enum(u8) { NORMAL = 0, SEQUENTIAL = 1, RANDOM = 2, WILLNEED = 3, DONTNEED = 4, NOREUSE = 5, }