pub type magma_buffer_offset_t = magma_buffer_offset;
#[repr(C)]pub struct magma_buffer_offset_t { pub buffer_id: u64, pub offset: u64, pub length: u64, }
buffer_id: u64
offset: u64
length: u64