Function capi_stream_start

Source
pub unsafe extern "C" fn capi_stream_start<STM: StreamOps>(
    s: *mut cubeb_stream,
) -> c_int
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.