pub unsafe extern "C" fn esp_now_register_send_cb(
    cb: Option<unsafe extern "C" fn(_: *const u8, _: u32)>
) -> i32
Expand description

@brief Register callback function of sending ESPNOW data

@param cb callback function of sending ESPNOW data

@return - ESP_OK : succeed - ESP_ERR_ESPNOW_NOT_INIT : ESPNOW is not initialized - ESP_ERR_ESPNOW_INTERNAL : internal error