posix_spawnattr_destroy
extern int posix_spawnattr_destroy(posix_spawnattr_t *attr);
CObjectDeleter<posix_spawnattr_t, int, posix_spawnattr_destroy>