# ffrt_function_header_t ## 概述 任务执行体。 **起始版本:** 10 **相关模块:** [FFRT](capi-ffrt.md) **所在头文件:** [type_def.h](capi-type-def-h.md) ## 汇总 ### 成员变量 | 名称 | 描述 | | -- | -- | | [ffrt_function_t](capi-type-def-h.md#ffrt_function_t) exec | 任务执行函数 | | [ffrt_function_t](capi-type-def-h.md#ffrt_function_t) destroy | 任务销毁函数 | | uint64_t reserve[2] | 保留位需要设置为0 |