pub type PtDspyVersionFuncPtr = Option<unsafe extern "C" fn(arg1: PtDspyImageHandle, arg2: c_int) -> PtDspyError>;Aliased Type§
pub enum PtDspyVersionFuncPtr {
None,
Some(unsafe extern "C" fn(*mut c_void, i32) -> PtDspyError),
}pub type PtDspyVersionFuncPtr = Option<unsafe extern "C" fn(arg1: PtDspyImageHandle, arg2: c_int) -> PtDspyError>;pub enum PtDspyVersionFuncPtr {
None,
Some(unsafe extern "C" fn(*mut c_void, i32) -> PtDspyError),
}