pub unsafe extern "C" fn fseek(
    stream: *mut FILE,
    offset: i64,
    whence: i32
) -> i32