Initiates a request to close a channel.
Initiates a request to close a channel.If the request can't be processed, a diagnostic structure is returned explaining the reason (which should subsequently be destroyed by calling bp_diagnostic_destroy).
Otherwise, the profile's pro_close_indication callback is invoked to ask permission. If denied, the callback and the profile's pro_close_confirmation callback is invoked to indicate this.
Otherwise, later on the callback and the profile's pro_close_confirmation callback will be invoked indicating whether the channel was closed or not.