pub type PFNProgressNotification = Option<unsafe extern "system" fn(pvdata: *const c_void, uframenum: u32, operation: WICProgressOperation, dblprogress: f64) -> HRESULT>;
Expand description

Required features: "Win32_Graphics_Imaging"