pub unsafe extern "C" fn pw_impl_client_set_busy(
    client: *mut pw_impl_client,
    busy: bool
)
Expand description

Mark the client busy. This can be used when an asynchronous operation is started and no further processing is allowed to happen for the client