pub type GstRTSPSessionPoolFunc = Option<unsafe extern "C" fn(*mut GstRTSPSessionPool, gpointer) -> gboolean>;
pub enum GstRTSPSessionPoolFunc { None, Some(unsafe extern "C" fn(*mut GstRTSPSessionPool, *mut c_void) -> i32), }
No value.
Some value of type T.
T