Function libwebp_sys::WebPMalloc
source · [−]Available on crate feature
1_1 only.Expand description
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.