pub unsafe extern "C" fn fftwf_plan_dft_c2r_1d(
    n: c_int,
    in_: *mut fftwf_complex,
    out: *mut f32,
    flags: c_uint
) -> fftwf_plan