pub unsafe extern "C" fn image_init(
    image: *mut basisu_image,
    pData: *const u8,
    width: u32,
    height: u32,
    comps: u32
)