Type Alias windows::Win32::UI::Controls::LPFNCCSTYLEA
pub type LPFNCCSTYLEA = Option<unsafe extern "system" fn(hwndparent: HWND, pccs: *mut CCSTYLEA) -> BOOL>;
Aliased Type§
enum LPFNCCSTYLEA {
None,
Some(unsafe extern "system" fn(_: HWND, _: *mut CCSTYLEA) -> BOOL),
}