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