Type Alias windows_sys::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(_: *mut c_void, _: *mut CCSTYLEA) -> i32),
}