GSL's QAWF integration for oscillatory functions

I feel kind of silly to ask this question, but how am I supposed to pass the integrand to the QAWF routine, whose signature is integration_qawf(a::Real, epsabs::Real, limit::Integer)?

Other integration functions have the integrand as their first argument:

integration_cquad(f::Ref{gsl_function}, ...)
integration_qng(f::Ref{gsl_function},...)

michele

Looks like this might be a bug in GSL.jl?

Thank you for the answer.

https://github.com/jiahao/GSL.jl/issues/62