pub unsafe extern "C" fn cef_zip_reader_create(
stream: *mut _cef_stream_reader_t,
) -> *mut cef_zip_reader_tExpand description
Create a new cef_zip_reader_t object. The returned object’s functions can only be called from the thread that created the object.