pub unsafe extern "C" fn aws_crt_statistics_handler_destroy(
    handler: *mut aws_crt_statistics_handler
)
Expand description

completely destroys a statistics handler. The handler’s cleanup function must clean up the impl portion completely (including its allocation, if done separately).