#[no_mangle]
pub unsafe extern "C" fn nstd_audio_host_free(
    host: *mut NSTDAudioHost
)
Expand description

Frees a host’s memory. Parameters: NSTDAudioHost *const host - Pointer to an audio host.