pub unsafe extern "C" fn SoapySDRDevice_getDCOffset(
    device: *const SoapySDRDevice,
    direction: c_int,
    channel: usize,
    offsetI: *mut f64,
    offsetQ: *mut f64
) -> c_int