pub type GstVideoFormatUnpack = Option<unsafe extern "C" fn(*const GstVideoFormatInfo, GstVideoPackFlags, gpointer, *const gpointer, *const c_int, c_int, c_int, c_int)>;
Aliased Type§
pub enum GstVideoFormatUnpack {
None,
Some(unsafe extern "C" fn(*const GstVideoFormatInfo, u32, *mut c_void, *const *mut c_void, *const i32, i32, i32, i32)),
}