Function windows::Win32::System::Threading::QueueUserAPC

pub unsafe fn QueueUserAPC<P0>(
    pfnapc: PAPCFUNC,
    hthread: P0,
    dwdata: usize,
) -> u32
where P0: Param<HANDLE>,