pub unsafe extern "C" fn bit_lib_set_bits(
    data: *mut u8,
    position: usize,
    byte: u8,
    length: u8
)
Expand description

@brief Set the bit at the given position to the given value. @param data The data to set the bit in. @param position The position of the bit to set. @param byte The data to set the bit to. @param length The length of the data.