pub unsafe extern "C" fn dr_raw_mem_free( addr: *mut c_void, size: usize, ) -> bool_
Frees memory allocated by dr_raw_mem_alloc(). \p addr and \p size must be the same as that passed to dr_raw_mem_alloc() on Windows.