Source position: apr_buckets.inc line 637
type apr_bucket_file = record
refcount: apr_bucket_refcount;
fd: Papr_file_t;
readpool: Papr_pool_t;
end;