pub type GstVideoConvertSampleCallback = Option<unsafe extern "C" fn(*mut GstSample, *mut GError, gpointer)>;Aliased Type§
pub enum GstVideoConvertSampleCallback {
    None,
    Some(unsafe extern "C" fn(*mut GstSample, *mut GError, *mut c_void)),
}