pub unsafe fn SetThreadIdealProcessor<P0>(
    hthread: P0,
    dwidealprocessor: u32
) -> u32
where P0: IntoParam<HANDLE>,