Type Alias CAPSTATUSCALLBACKW
pub type CAPSTATUSCALLBACKW = Option<unsafe extern "system" fn(hwnd: HWND, nid: i32, lpsz: PCWSTR) -> LRESULT>;Aliased Type§
pub enum CAPSTATUSCALLBACKW {
None,
Some(unsafe extern "system" fn(*mut c_void, i32, *const u16) -> isize),
}