pub fn build_file_notify_information(entries: &[(u32, &str)]) -> Vec<u8> ⓘExpand description
Build a FILE_NOTIFY_INFORMATION list ([MS-FSCC] §2.7.1) from (action, name) pairs. Names are directory-relative, UTF-16LE, no terminator; each
record is 4-byte aligned and chained through NextEntryOffset.