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