pub type VSFrameDoneCallback = Option<unsafe extern "C" fn(userData: *mut c_void, f: *const VSFrame, n: c_int, node: *mut VSNode, errorMsg: *const c_char)>;
Aliased Type§
pub enum VSFrameDoneCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *const VSFrame, i32, *mut VSNode, *const i8)),
}