pub unsafe extern "C" fn bit_lib_set_bit( data: *mut u8, position: usize, bit: bool, )
Set a bit in a byte array.
data
position
bit