pub fn split_display_name(display_name_str: &str) -> Option<(String, u16)>
Splits the given display name into its base handle and handle suffix.
display_name_str
A tuple containing the base handle string and the handle suffix as a HandleSuffix enum.
HandleSuffix