pub unsafe extern "C" fn otSrpServerHostGetLeaseInfo(
    aHost: *const otSrpServerHost,
    aLeaseInfo: *mut otSrpServerLeaseInfo
)
Expand description

Returns the LEASE and KEY-LEASE information of a given host.

@param[in] aHost A pointer to the SRP server host. @param[out] aLeaseInfo A pointer to where to output the LEASE and KEY-LEASE information.