Function windows::Wdk::System::SystemServices::ZwOpenFile
pub unsafe fn ZwOpenFile(
filehandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
iostatusblock: *mut IO_STATUS_BLOCK,
shareaccess: u32,
openoptions: u32,
) -> NTSTATUS