pub type GstStructureForeachIdStrFunc = Option<unsafe extern "C" fn(_: *const GstIdStr, _: *const GValue, _: gpointer) -> gboolean>;
Aliased Type§
enum GstStructureForeachIdStrFunc {
None,
Some(unsafe extern "C" fn(_: *const GstIdStr, _: *const GValue, _: *mut c_void) -> i32),
}