unsafe fn or_write_u64_bytes(data: &mut [u8], offset: usize, chunk: u64)
Expand description
Similar to write_u64_bytes
, but this method ORs the offset addressed data
and chunk
instead of overwriting
ยงSafety
The caller must ensure data
has offset..(offset + 8)
range