pub unsafe extern "C" fn putc_unlocked( __c: c_int, __stream: *mut FILE, ) -> c_int
These are defined in POSIX.1:1996.
These functions are possible cancellation points and therefore not marked with __THROW.