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