#[unsafe(no_mangle)]pub unsafe extern "C" fn putc_unlocked(
c: c_int,
stream: *mut FILE,
) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getc_unlocked.html.
Put a character c into stream without locking stream