pub type PtDspyRenderAutoProgressFuncPtr = Option<unsafe extern "C" fn(image: PtDspyImageHandle, progress_from: f32, progress_to: f32, duration: f32, step: *const c_char) -> PtDspyError>;Aliased Type§
pub enum PtDspyRenderAutoProgressFuncPtr {
None,
Some(unsafe extern "C" fn(*mut c_void, f32, f32, f32, *const i8) -> PtDspyError),
}