pub unsafe extern "C" fn otNcpHdlcInit(
    aInstance: *mut otInstance,
    aSendCallback: otNcpHdlcSendCallback
)
Expand description

Initialize the NCP based on HDLC framing.

@param[in] aInstance The OpenThread instance structure. @param[in] aSendCallback The function pointer used to send NCP data.