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

Gets the string buffer for service name from a service entry.

@param[in] aEntry A pointer to a previously allocated service entry (MUST NOT be NULL). @param[out] aSize A pointer to a variable to return the size (number of bytes) of the string buffer (MUST NOT be NULL).

@returns A pointer to the string buffer.