pub unsafe extern "C" fn ZL_FrameInfo_create(
compressed: *const c_void,
cSize: usize,
) -> *mut ZL_FrameInfoExpand description
@brief Creates a frame information object from compressed data.
@param compressed Pointer to compressed data @param cSize Size of compressed data @return Pointer to frame info object, or NULL on error