pub unsafe extern "C" fn fseeko(
    stream: *mut FILE,
    offset: _off_t,
    whence: c_int
) -> c_int