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