#[unsafe(no_mangle)]pub unsafe extern "C" fn fsetpos(
stream: *mut FILE,
pos: *const fpos_t,
) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fsetpos.html.
Seek to a position pos in the file from the beginning of the file