pub unsafe extern "C" fn tcsendbreak(
fd: c_int,
duration: c_int,
) -> c_intExpand description
@brief Send a break for a specific duration
@param fd file descriptor of the terminal @param duration duration of break @return 0 when successful, -1 otherwise with errno set