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: c_int,
flags: c_uint,
) -> fftwf_plan