Add rust kext to the mono repo

This commit is contained in:
Vladimir Stoilov
2024-04-29 17:04:08 +03:00
parent 740ef1ad32
commit b0f664047b
98 changed files with 13811 additions and 84 deletions

View File

@@ -0,0 +1,9 @@
// use anyhow::anyhow;
// pub fn anyhow_ntstatus(status: i32) -> anyhow::Error {
// if let Some(value) = ntstatus::ntstatus::NtStatus::from_u32(status as u32) {
// return anyhow!(value);
// }
// return anyhow!("UNKNOWN_NTSTATUS_CODE");
// }