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