pub unsafe fn OpenProcessToken<P0>(
    processhandle: P0,
    desiredaccess: TOKEN_ACCESS_MASK,
    tokenhandle: *mut HANDLE
) -> Result<()>
where P0: IntoParam<HANDLE>,