#[no_mangle]
pub unsafe extern "C" fn block_server_thread_delete(
    arg: *const c_void,
)
Expand description

Called to delete the thread. This must always be called, regardless of whether starting the thread is successful or not.

§Safety

arg must be the value passed to the start_thread callback.