#[unsafe(no_mangle)]pub unsafe extern "C" fn ungetc(c: c_int, stream: *mut FILE) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/ungetc.html.
Push character c back onto stream so it’ll be read next
c
stream