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)),
}