pub unsafe extern "C" fn opj_create_decompress( format: OPJ_CODEC_FORMAT, ) -> *mut opj_codec_t
Creates a J2K/JP2 decompression structure
format
Returns a handle to a decompressor if successful, returns NULL otherwise