void() is a function type (it’s a function which takes no arguments and returns nothing), so it’s not a valid type in sizeof().
void() is a function type (it’s a function which takes no arguments and returns nothing), so it’s not a valid type in sizeof().