[][src]Function gsl_sys::gsl_fft_real_unpack

pub unsafe extern "C" fn gsl_fft_real_unpack(
    real_coefficient: *const f64,
    complex_coefficient: *mut f64,
    stride: usize,
    n: usize
) -> c_int