Type Alias GstPtpStatisticsCallback
Sourcepub type GstPtpStatisticsCallback = Option<unsafe extern "C" fn(u8, *const GstStructure, gpointer) -> gboolean>;
Aliased Type§
enum GstPtpStatisticsCallback {
None,
Some(unsafe extern "C" fn(u8, *const GstStructure, *mut c_void) -> i32),
}