#[unsafe(no_mangle)]pub unsafe extern "C" fn fseek(
stream: *mut FILE,
offset: c_long,
whence: c_int,
) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fseek.html.
Seek to an offset offset from whence