pub unsafe extern "C" fn otMessageGetInstance(
aMessage: *const otMessage,
) -> *mut otInstanceExpand description
Gets the otInstance associated with a given message.
@param[in] aMessage A message.
@returns The otInstance associated with @p aMessage.