#[no_mangle]
pub unsafe extern "C" fn nstd_audio_device_build_input_stream(
    device: NSTDAudioDevice,
    config: *const NSTDAudioStreamConfig,
    format: NSTDAudioSampleFormat,
    callback: extern "C" fn(_: NSTDAnyConst, _: usize),
    err_callback: extern "C" fn()
) -> NSTDAudioStream