Type Alias GstRTSP Session Pool Func
Source pub type GstRTSPSessionPoolFunc = Option<unsafe extern "C" fn(*mut GstRTSPSessionPool, gpointer) -> gboolean>;Aliased Type§
pub enum GstRTSPSessionPoolFunc {
None,
Some(unsafe extern "C" fn(*mut GstRTSPSessionPool, *mut c_void) -> i32),
}