Gets previous attribute, optionally matching attribute name.
\param name Name of attribute to find, or 0 to return previous attribute regardless of its name; this string doesn't have to be zero-terminated if name_size is non-zero
\param name_size Size of name, in characters, or 0 to have size calculated automatically from string
\param case_sensitive Should name comparison be case-sensitive; non case-sensitive comparison works properly only for ASCII characters
\return Pointer to found attribute, or 0 if not found.
Gets previous attribute, optionally matching attribute name. \param name Name of attribute to find, or 0 to return previous attribute regardless of its name; this string doesn't have to be zero-terminated if name_size is non-zero \param name_size Size of name, in characters, or 0 to have size calculated automatically from string \param case_sensitive Should name comparison be case-sensitive; non case-sensitive comparison works properly only for ASCII characters \return Pointer to found attribute, or 0 if not found.