pub type APPLET_PROC = Option<unsafe extern "system" fn(hwndcpl: HWND, msg: u32, lparam1: LPARAM, lparam2: LPARAM) -> i32>;
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"