Macro start_of_binary_number

Source
macro_rules! start_of_binary_number {
    () => { ... };
}