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

Gets the buffer for TXT record 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 buffer (MUST NOT be NULL).

@returns A pointer to the buffer.