Function hassle_rs::os::CoTaskMemFree

source ·
pub unsafe fn CoTaskMemFree(p: *mut c_void)
Expand description

Safety

p must be a valid pointer to an allocation made with malloc, or null.