Function windows::Wdk::System::Threading::NtOpenProcess
pub unsafe fn NtOpenProcess(
processhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
clientid: Option<*const CLIENT_ID>,
) -> NTSTATUS