GstPadUnlinkFunction

Function signature to handle a unlinking the pad prom its peer.

The pad's lock is already held when the unlink function is called, so most pad functions cannot be called from within the callback.

alias GstPadUnlinkFunction = void function(GstPad* pad, GstObject* parent)