Function gstreamer::bus::into_raw_watch

source ยท
fn into_raw_watch<F: FnMut(&Bus, &Message) -> ControlFlow + Send + 'static>(
    func: F,
) -> gpointer