Converts the specified resource name into a standard representation for comparison purposes.
#include "am_policy.h"
AM_EXPORT void
am_policy_resource_canonicalize(const char *resource,
char **c_resource);
This function takes the following parameters:
Pointer to the name of the resource to be converted.
Pointer to a pointer to the location where the converted string will be placed.
This function does not return a value.