const fn get_minimum_leading_spaces(bytes: &[u8]) -> Option<usize>
Counts the minimum leading spaces of all non-empty lines except the first line.
Returns None if there are no non-empty lines except the first line.
None