pub unsafe extern "system" fn NtOpenFile(
    filehandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *mut OBJECT_ATTRIBUTES,
    iostatusblock: *mut IO_STATUS_BLOCK,
    shareaccess: u32,
    openoptions: u32
) -> NTSTATUS
Expand description

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"