pub unsafe extern "system" fn QueueUserAPC2(
    apcroutine: PAPCFUNC,
    thread: HANDLE,
    data: usize,
    flags: QUEUE_USER_APC_FLAGS
) -> BOOL
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"