Type Alias GstLogFunction
Sourcepub type GstLogFunction = Option<unsafe extern "C" fn(*mut GstDebugCategory, GstDebugLevel, *const c_char, *const c_char, c_int, *mut GObject, *mut GstDebugMessage, gpointer)>;
Aliased Type§
enum GstLogFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstDebugCategory, _: i32, _: *const i8, _: *const i8, _: i32, _: *mut GObject, _: *mut _GstDebugMessage, _: *mut c_void)),
}