pub unsafe extern "C" fn fwrite(
__ptr: *const c_void,
__size: c_ulong,
__n: c_ulong,
__s: *mut FILE,
) -> c_ulongExpand description
Write chunks of generic data to STREAM.
This function is a possible cancellation point and therefore not marked with __THROW.