[][src]Function libwebp_sys::WebPMalloc

pub unsafe extern "C" fn WebPMalloc(size: usize) -> *mut c_void
This is supported on feature="1_1" only.

Allocates size bytes of memory. Returns NULL upon error. Memory must be deallocated by calling WebPFree(). This function is made available by the core libwebp library.