pub extern "C" fn lseek( fn_ptr: Option<&extern "C" fn(c_int, off_t, c_int) -> off_t>, fd: c_int, offset: off_t, whence: c_int, ) -> off_t