#[unsafe(no_mangle)]pub unsafe extern "C" fn setbuf(stream: *mut FILE, buf: *mut c_char)Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/setbuf.html.
Reset stream to use buffer buf. Buffer must be BUFSIZ in length