pub unsafe extern "C" fn dr_nonheap_free( mem: *mut c_void, size: usize, )
Frees memory allocated by dr_nonheap_alloc(). \p size must be the same as that passed to dr_nonheap_alloc().