c
if (np == NULL) {
    return NULL; // or appropriate error handling
}
pp = __of_find_property(np, name, lenp);
