[][src]Function fftw_sys::fftwf_plan_guru64_dft

pub unsafe extern "C" fn fftwf_plan_guru64_dft(
    rank: c_int,
    dims: *const fftwf_iodim64,
    howmany_rank: c_int,
    howmany_dims: *const fftwf_iodim64,
    in_: *mut fftwf_complex,
    out: *mut fftwf_complex,
    sign: i32,
    flags: c_uint
) -> fftwf_plan