pub trait SelectiveSearchSegmentationStrategyFill: SelectiveSearchSegmentationStrategy + SelectiveSearchSegmentationStrategyFillConst {
fn as_raw_mut_SelectiveSearchSegmentationStrategyFill(
&mut self
) -> *mut c_void;
}
pub trait SelectiveSearchSegmentationStrategyFill: SelectiveSearchSegmentationStrategy + SelectiveSearchSegmentationStrategyFillConst {
fn as_raw_mut_SelectiveSearchSegmentationStrategyFill(
&mut self
) -> *mut c_void;
}