1#[allow(non_camel_case_types)] 2pub type buffer = crate::records::luau_buffer::LuauBuffer; 3 4pub type Buffer = buffer;