pub fn parse_function(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, Function>