pub unsafe extern "C" fn WebPPictureIsView(
picture: *const WebPPicture,
) -> c_int
Expand description
Returns true if the picture
is actually a view and therefore does
not own the memory for pixels.
pub unsafe extern "C" fn WebPPictureIsView(
picture: *const WebPPicture,
) -> c_int
Returns true if the picture
is actually a view and therefore does
not own the memory for pixels.