pub unsafe extern "C" fn otSrpClientBuffersGetHostNameString(
aInstance: *mut otInstance,
aSize: *mut u16,
) -> *mut c_char
Expand description
Gets the string buffer to use for SRP client host name.
@param[in] aInstance A pointer to the OpenThread instance. @param[out] aSize Pointer to a variable to return the size (number of bytes) of the string buffer (MUST NOT be NULL).
@returns A pointer to char buffer to use for SRP client host name.