pub unsafe extern "C" fn cef_image_create() -> *mut cef_image_tExpand description
Create a new cef_image_t. It will initially be NULL. Use the Add*() functions to add representations at different scale factors.
pub unsafe extern "C" fn cef_image_create() -> *mut cef_image_tCreate a new cef_image_t. It will initially be NULL. Use the Add*() functions to add representations at different scale factors.