pub fn to_camel_case(snake_case: &str, first_letter_uppercase: bool) -> String
Convert a snake_case string to the camel case string