pub unsafe fn IsProcessInJob<P0, P1>(
    processhandle: P0,
    jobhandle: P1,
    result: *mut BOOL
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,