pub unsafe fn color32_make(r: u8, g: u8, b: u8, a: u8) -> Result<Color32>
This function is unsafe because it may dereference raw pointers.