pub unsafe fn set_bit_unchecked(bytes: &mut [u8], i: usize, value: bool)
Sets bit at position i in bytes without doing bound checks.
i
bytes
i >= bytes.len() * 8 results in undefined behavior.
i >= bytes.len() * 8