Function gstreamer::log::log_handler
source ยท unsafe extern "C" fn log_handler<T>(
category: *mut GstDebugCategory,
level: GstDebugLevel,
file: *const c_char,
function: *const c_char,
line: i32,
object: *mut GObject,
message: *mut GstDebugMessage,
user_data: gpointer,
)where
T: Fn(DebugCategory, DebugLevel, &GStr, &GStr, u32, Option<&LoggedObject>, &DebugMessage) + Send + Sync + 'static,