pub unsafe extern "C" fn atg_fft_ihfft(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    n_v: i64,
    n_null: i8,
    dim_: i64,
    norm_ptr: *const u8,
    norm_len: c_int
)