pub unsafe extern "C" fn vfprintf(
__s: *mut FILE,
__format: *const c_char,
__arg: *mut __va_list_tag,
) -> c_intExpand description
Write formatted output to S from argument list ARG.
This function is a possible cancellation point and therefore not marked with __THROW.