pub type FloatPixelPacket = _FloatPixelPacket;
#[repr(C)]pub struct FloatPixelPacket { pub red: f32, pub green: f32, pub blue: f32, pub opacity: f32, }
red: f32
green: f32
blue: f32
opacity: f32