btf_ext__new
*btf_ext = btf_ext__new(secs.btf_ext_data->d_buf, secs.btf_ext_data->d_size);
LIBBPF_API struct btf_ext *btf_ext__new(const __u8 *data, __u32 size);
obj->btf_ext = btf_ext__new(btf_ext_data->d_buf, btf_ext_data->d_size);
linker->btf_ext = btf_ext__new(data, total_sz);
obj->btf_ext = btf_ext__new(data->d_buf, shdr->sh_size);