pub unsafe extern "C" fn image_u8_draw_circle(
    im: *mut image_u8_t,
    x0: f32,
    y0: f32,
    r: f32,
    v: c_int
)