[][src]Function libwebp_sys::WebPDecodeRGB

pub unsafe extern "C" fn WebPDecodeRGB(
    data: *const u8,
    data_size: usize,
    width: *mut c_int,
    height: *mut c_int
) -> *mut u8