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