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