pub unsafe extern "C" fn setvbuf(
    _Stream: *mut FILE,
    _Buffer: *mut c_char,
    _Mode: c_int,
    _Size: size_t
) -> c_int