Module System.M

Parameters

Signature

Used on macOS to register thread local destructors; receives a function pointer and an argument. Should call the destructor with the argument at the end of the thread.

_tlv_atexit(dtor: unsafe extern "C" fn( *mut u8), arg: *mut u8)

val hashmap_random_keys : 'a -> (StateM.rust_val, 'b) StateM.t