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