pub fn decode_pv_request_fields(body: &[u8], is_be: bool) -> Option<Vec<String>>Expand description
Parse a pvRequest structure from the INIT body bytes and return the list of requested top-level field names.
Returns None if the body is empty or cannot be parsed, which should be
treated as “return all fields” (no filtering).