pub fn encode_file_info(class: u8, m: &QueryMeta, name: &str) -> Option<Vec<u8>>Expand description
Encode a QUERY_INFO file payload for class from neutral metadata.
name is the final path component (NAME level). Returns None for
classes this server does not implement; callers map that to
STATUS_INVALID_PARAMETER or NOT_SUPPORTED.