Function libwebp_sys::WebPIDecGetRGB[][src]

pub unsafe extern "C" fn WebPIDecGetRGB(
    idec: *const WebPIDecoder,
    last_y: *mut c_int,
    width: *mut c_int,
    height: *mut c_int,
    stride: *mut c_int
) -> *mut u8