pub(crate) fn save_buffer_impl(
path: &Path,
buf: &[u8],
width: u32,
height: u32,
color: ExtendedColorType,
) -> ImageResult<()>
pub(crate) fn save_buffer_impl(
path: &Path,
buf: &[u8],
width: u32,
height: u32,
color: ExtendedColorType,
) -> ImageResult<()>