pub type GstValueHashFunc = Option<unsafe extern "C" fn(*const GValue, *mut c_uint) -> gboolean>;
enum GstValueHashFunc { None, Some(unsafe extern "C" fn(*const GValue, *mut u32) -> i32), }
No value.
Some value of type T.
T