1# ffrt_function_header_t 2 3 4## Overview 5 6The **ffrt_function_header_t** struct describes a task execution function. 7 8Related module: [FFRT](_f_f_r_t.md) 9 10 11## Summary 12 13 14### Member Variables 15 16| Name| Description| 17| -------- | -------- | 18| [ffrt_function_t](_f_f_r_t.md#types) [exec](_f_f_r_t.md#exec)| Function used to execute a task.| 19| [ffrt_function_t](_f_f_r_t.md#types) [destroy](_f_f_r_t.md#destroy)| Function used to destroy a task.| 20| uint64_t [reserve](_f_f_r_t.md#reserve)[2] | Reserved bit.| 21