pub unsafe extern "C" fn OH_DecodingOptions_Release(
options: *mut OH_DecodingOptions,
) -> Image_ErrorCodeExpand description
@brief delete OH_DecodingOptions pointer.
@param options The OH_DecodingOptions pointer will be operated. @return Returns one of the following result codes: {@link IMAGE_SUCCESS} if the execution is successful. {@link IMAGE_BAD_PARAMETER} if options is a null pointer. @since 12