pub unsafe fn set_bit_raw(data: *mut u8, i: usize)
Sets bit at position i for data
i
data
Note this doesn’t do any bound checking, for performance reason. The caller is responsible to guarantee that i is within bounds.