pub type magma_exec_resource_t = magma_exec_resource;
struct magma_exec_resource_t { pub buffer_id: u64, pub offset: u64, pub length: u64, }
buffer_id: u64
offset: u64
length: u64