pub unsafe extern "C" fn aptSetMessageCallback(
    callback: aptMessageCb,
    user: *mut c_void
)
Expand description

Sets the function to be called when an APT message from another applet is received.

§Arguments

  • callback - Callback function.
  • user - User-defined data to be passed to the callback.