bit_lib_copy_bits

Function bit_lib_copy_bits 

Source
pub unsafe extern "C" fn bit_lib_copy_bits(
    data: *mut u8,
    position: usize,
    length: usize,
    source: *const u8,
    source_position: usize,
)
Expand description

Copy bits from source to destination.

ยงArguments

  • data - destination array
  • position - position in destination array
  • length - length of bits to copy
  • source - source array
  • source_position - position in source array