return 1 if a is a power of 2, 0 otherwise
int aubio_is_power_of_two( int a, ) { return _aubio_is_power_of_two( a, ); }