[][src]Function esp_idf_bindgen::esp_unregister_shutdown_handler

pub unsafe extern "C" fn esp_unregister_shutdown_handler(
    handle: shutdown_handler_t
) -> esp_err_t

@brief Unregister shutdown handler

This function allows you to unregister a handler which was previously registered using esp_register_shutdown_handler function.