#[unsafe(no_mangle)]pub unsafe extern "C" fn fgetpos(
stream: *mut FILE,
pos: *mut fpos_t,
) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fgetpos.html.
Get the position of the stream and store it in pos