ZL_FrameInfo_create

Function ZL_FrameInfo_create 

Source
pub unsafe extern "C" fn ZL_FrameInfo_create(
    compressed: *const c_void,
    cSize: usize,
) -> *mut ZL_FrameInfo
Expand 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