pub unsafe extern "C" fn OH_DecodingOptions_SetDesiredRegion(
options: *mut OH_DecodingOptions,
desiredRegion: *mut Image_Region,
) -> Image_ErrorCodeExpand description
@brief Set desiredRegion number for OH_DecodingOptions struct.
@param options The OH_DecodingOptions pointer will be operated. @param desiredRegion the number of image desiredRegion. @return Returns one of the following result codes: {@link IMAGE_SUCCESS} if the execution is successful. {@link IMAGE_BAD_PARAMETER} options or desiredRegion is nullptr. @since 12