Function windows::Wdk::System::SystemServices::ZwCreateFile
pub unsafe fn ZwCreateFile(
filehandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
iostatusblock: *mut IO_STATUS_BLOCK,
allocationsize: Option<*const i64>,
fileattributes: u32,
shareaccess: u32,
createdisposition: u32,
createoptions: u32,
eabuffer: Option<*const c_void>,
ealength: u32,
) -> NTSTATUS