pub unsafe extern "C" fn SoapySDRDevice_setGain(
    device: *mut SoapySDRDevice,
    direction: c_int,
    channel: usize,
    value: f64
) -> c_int