Help for this page
ExtUtils::Constant::WriteConstants( NAME => 'Package::Name', ... XS_FILE => 'const-xs.inc', );
if (memEQ(name, "AWESOME_CONSTANT", 16)) { #ifdef AWESOME_CONSTANT + ... return PERL_constant_ISIV; #else return PERL_constant_NOTDEF;