pub unsafe extern "C" fn fftw_execute_split_dft(
    p: fftw_plan,
    ri: *mut f64,
    ii: *mut f64,
    ro: *mut f64,
    io: *mut f64
)