pub type plugGetFileVideoFunc = Option<unsafe extern "C" fn(filespec: *mut prFileSpec, frame: csSDK_int32, thePort: PPixHand, bounds: *mut prRect, flags: csSDK_int32) -> csSDK_int32>;Aliased Type§
pub enum plugGetFileVideoFunc {
None,
Some(unsafe extern "C" fn(*mut prFileSpec, i32, *mut *mut PPix, *mut prRect, i32) -> i32),
}