pub unsafe extern "C" fn MagickGetImageBoundingBox( wand: *mut MagickWand, fuzz: f64, width: *mut c_ulong, height: *mut c_ulong, x: *mut c_long, y: *mut c_long, ) -> c_uint