pub type PtDspyRenderProgressFuncPtr = Option<unsafe extern "C" fn(image: PtDspyImageHandle, progress: f32) -> PtDspyError>;Aliased Type§
pub enum PtDspyRenderProgressFuncPtr {
None,
Some(unsafe extern "C" fn(*mut c_void, f32) -> PtDspyError),
}