Function fftwf_plan_dft

Source
pub unsafe extern "C" fn fftwf_plan_dft(
    rank: c_int,
    n: *const c_int,
    in_: *mut fftwf_complex,
    out: *mut fftwf_complex,
    sign: c_int,
    flags: c_uint,
) -> fftwf_plan