pub fn build_options_add_matrix_description(
    build_options: &mut String,
    name: &str,
    _m: &dyn ToInputArray
) -> Result<()>