pub unsafe extern "C" fn image_resize_with_pitch(
    image: *mut basisu_image,
    w: u32,
    h: u32,
    p: u32
)