bit_copy

Function bit_copy 

Source
pub unsafe fn bit_copy(
    target: *mut u8,
    target_start: &mut usize,
    src: *const u8,
    src_start: usize,
    bits: usize,
)