#[no_mangle]
pub unsafe extern "C" fn nstd_thread_detach(
    handle: *mut NSTDThreadHandle
)
Expand description

Detaches the given thread. Will set the thread handle to NSTDC_NULL. Parameters: NSTDThreadHandle *const handle - The handle to the thread.