pub unsafe extern "C" fn putchar(__c: c_int) -> c_int
Write a character to stdout.
This function is a possible cancellation point and therefore not marked with __THROW.