pub fn generate_functions(
    entries: &[(&str, &str)],
    options: Options
) -> Result<(), FuncGenError>