fn delete_next_char_at_cursor( input_buf: &mut [u8], input_len: &mut usize, cursor_pos: &mut usize, ) -> bool
Performs the delete next char at cursor operation.