pub fn str_pad_start(s: &str, target_len: i64, pad: &str) -> String
Pad a string at the start to reach the target length (Unicode-aware).