pub unsafe extern "C" fn SoapySDRDevice_getIQBalance(
    device: *const SoapySDRDevice,
    direction: c_int,
    channel: usize,
    balanceI: *mut f64,
    balanceQ: *mut f64
) -> c_int