pub unsafe extern "C" fn otSrpClientBuffersGetSubTypeLabelsArray(
    aEntry: *mut otSrpClientBuffersServiceEntry,
    aArrayLength: *mut u16
) -> *mut *const c_char
Expand description

Gets the array for service subtype labels from the service entry.

@param[in] aEntry A pointer to a previously allocated service entry (MUST NOT be NULL). @param[out] aArrayLength A pointer to a variable to return the array length (MUST NOT be NULL).

@returns A pointer to the array.