pub unsafe extern "C" fn gsl_fft_complex_forward(
data: gsl_complex_packed_array,
stride: usize,
n: usize,
wavetable: *const gsl_fft_complex_wavetable,
work: *mut gsl_fft_complex_workspace,
) -> c_intpub unsafe extern "C" fn gsl_fft_complex_forward(
data: gsl_complex_packed_array,
stride: usize,
n: usize,
wavetable: *const gsl_fft_complex_wavetable,
work: *mut gsl_fft_complex_workspace,
) -> c_int