Low: crm: Fix argument order in declaration
The argument order of definition and declaration for decode_transition_key() do not match.
This fixes the order in the declaration since the definition matches the documentation.
Found with the help of Cppcheck.