pub unsafe extern "C" fn WebPInitDecoderConfig(
config: *mut WebPDecoderConfig,
) -> c_int
Expand description
Initialize the configuration as empty. This function must always be called first, unless WebPGetFeatures() is to be called. Returns false in case of mismatched version.