[][src]Function stb::image_write::stbi_write_png

pub fn stbi_write_png(
    filename: &CStr,
    w: i32,
    h: i32,
    comp: i32,
    buffer: &[u8],
    stride_in_bytes: i32
) -> Option<()>