pub unsafe extern "C" fn fftw_execute_split_dft_r2c(
    p: fftw_plan,
    in_: *mut f64,
    ro: *mut f64,
    io: *mut f64
)