Type Definition GSourceFunc
gst::ffi
type GSourceFunc = Option<extern "C" fn(user_data: gpointer) -> gboolean>;