Function libwebp_sys::WebPMalloc [−][src]
pub unsafe extern "C" fn WebPMalloc(size: usize) -> *mut c_void
This is supported on crate 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.