MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / liq_executing_user_callback

Function liq_executing_user_callback

imagequant-sys/src/ffi.rs:675–677  ·  view source on GitHub ↗
(callback: liq_image_get_rgba_row_callback, temp_row: &mut [MaybeUninit<liq_color>], row: usize, user_info: AnySyncSendPtr)

Source from the content-addressed store, hash-verified

673#[no_mangle]
674#[inline(never)]
675pub unsafe extern "Rust" fn liq_executing_user_callback(callback: liq_image_get_rgba_row_callback, temp_row: &mut [MaybeUninit<liq_color>], row: usize, user_info: AnySyncSendPtr) {
676 callback(temp_row.as_mut_ptr(), row as _, temp_row.len() as _, user_info);
677}
678
679#[test]
680fn links_and_runs() {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected