pub type PF_Pixel8 = PF_Pixel;
#[repr(C)]pub struct PF_Pixel8 { pub alpha: u8, pub red: u8, pub green: u8, pub blue: u8, }
alpha: u8
red: u8
green: u8
blue: u8