pub unsafe fn AssignProcessToJobObject<P0, P1>(
    hjob: P0,
    hprocess: P1
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,