Function match_variable_type_name

Source
fn match_variable_type_name(
    variable_type_name: &Option<String>,
    candidates: &[String],
) -> bool