pub unsafe extern "C" fn atg_istft(
out__: *mut *mut C_tensor,
self_: *mut C_tensor,
n_fft_: i64,
hop_length_v: i64,
hop_length_null: i8,
win_length_v: i64,
win_length_null: i8,
window_: *mut C_tensor,
center_: c_int,
normalized_: c_int,
onesided_: c_int,
length_v: i64,
length_null: i8,
return_complex_: c_int,
)