Function fprintf

Source
pub unsafe extern "C" fn fprintf(
    fp: *mut FILE,
    fmt: *const c_char,
    ...
) -> c_int
Expand description