copy_table
.copy_table = copy_table,
int (*copy_table)(efi_guid_t *, void **, size_t, size_t *);
if (active_efi_ops->copy_table == NULL)
return (active_efi_ops->copy_table(guid, buf, buf_len, table_len));