pub unsafe extern "C" fn vips_rotate(
    in_: *mut VipsImage,
    out: *mut *mut VipsImage,
    angle: f64
    ...
) -> c_int