int _stdcall delete_client(void* client);
client:[in],The client object which is form new_client.
Return ERROR_OK if success,else refer to the definition of error number
Release a client object, it's called when finish to access the camera, and then this client will be invalid.