Type Alias windows_sys::Win32::UI::Controls::LPFNCCINFOW
pub type LPFNCCINFOW = Option<unsafe extern "system" fn(acci: *mut CCINFOW) -> u32>;
Aliased Type§
enum LPFNCCINFOW {
None,
Some(unsafe extern "system" fn(_: *mut CCINFOW) -> u32),
}