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