Type Alias wuffs_base__pixel_swizzler__func

Source
pub type wuffs_base__pixel_swizzler__func = Option<unsafe extern "C" fn(dst_ptr: *mut u8, dst_len: size_t, dst_palette_ptr: *mut u8, dst_palette_len: size_t, src_ptr: *const u8, src_len: size_t) -> u64>;

Aliased Type§

enum wuffs_base__pixel_swizzler__func {
    None,
    Some(unsafe extern "C" fn(_: *mut u8, _: u32, _: *mut u8, _: u32, _: *const u8, _: u32) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut u8, _: u32, _: *mut u8, _: u32, _: *const u8, _: u32) -> u64)

Some value of type T.