pub unsafe fn OpenProcessToken<'a>( processhandle: impl IntoParam<'a, HANDLE>, desiredaccess: TOKEN_ACCESS_MASK, tokenhandle: *mut HANDLE, ) -> BOOL