pub type FeatureMatchResult = BoxAndCount;
pub struct FeatureMatchResult { pub box_rect: (i32, i32, i32, i32), pub count: i32, }
box_rect: (i32, i32, i32, i32)
count: i32