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