pub type PF_Pixel32 = PF_PixelFloat;
#[repr(C)]pub struct PF_Pixel32 { pub alpha: f32, pub red: f32, pub green: f32, pub blue: f32, }
alpha: f32
red: f32
green: f32
blue: f32