Skip to main content

hide_buffer_free

Function hide_buffer_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn hide_buffer_free(buffer: *mut HideBuffer)
Expand description

Frees a buffer produced by this library.

ยงSafety

buffer must come from this library and must not be freed twice.