pub unsafe extern "C" fn capi_stream_set_input_mute<STM: StreamOps>(
s: *mut cubeb_stream,
mute: c_int,
) -> c_intExpand description
ยงSafety
Entry point from C code.
This function is unsafe because it dereferences the given s pointer.
The caller should ensure those pointers are valid.