#[unsafe(no_mangle)]pub unsafe extern "C" fn fputs( s: *const c_char, stream: *mut FILE, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fputs.html.
Insert a string into a stream