pub unsafe extern "C" fn SoapySDRDevice_activateStream(
    device: *mut SoapySDRDevice,
    stream: *mut SoapySDRStream,
    flags: c_int,
    timeNs: c_longlong,
    numElems: usize
) -> c_int