Skip to main content

jpeg_write_marker

Function jpeg_write_marker 

Source
pub unsafe extern "C-unwind" fn jpeg_write_marker(
    cinfo: &mut jpeg_compress_struct,
    marker: c_int,
    dataptr: *const u8,
    datalen: c_uint,
)