Function cubeb_backend::capi::capi_stream_destroy

source ·
pub unsafe extern "C" fn capi_stream_destroy<STM>(
    s: *mut cubeb_stream
)
Expand description

§Safety

Entry point from C code.

This function is unsafe because it dereferences the given s pointer. The caller should ensure that pointer is valid.