Function
liq_executing_user_callback
(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)] |
| 675 | pub 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] |
| 680 | fn links_and_runs() { |
Callers
nothing calls this directly
Tested by
no test coverage detected