pub unsafe extern "system" fn NtCreateFile(
    filehandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *mut OBJECT_ATTRIBUTES,
    iostatusblock: *mut IO_STATUS_BLOCK,
    allocationsize: *mut i64,
    fileattributes: u32,
    shareaccess: FILE_SHARE_MODE,
    createdisposition: NT_CREATE_FILE_DISPOSITION,
    createoptions: u32,
    eabuffer: *mut c_void,
    ealength: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_WindowsProgramming"