fn insert_bytes_at_cursor( input_buf: &mut [u8], input_len: &mut usize, cursor_pos: &mut usize, bytes: &[u8], ) -> bool
Performs the insert bytes at cursor operation.