Type Definition windows_sys::Win32::System::Threading::WORKERCALLBACKFUNC
pub type WORKERCALLBACKFUNC = Option<unsafe extern "system" fn(param0: *mut c_void)>;Expand description
Required features: "Win32_System_Threading"