pub unsafe extern "C" fn fflush(__stream: *mut FILE) -> c_int
Flush STREAM, or all streams if STREAM is NULL.
This function is a possible cancellation point and therefore not marked with __THROW.