[][src]Function imagequant_sys::liq_image_set_memory_ownership

pub unsafe extern "C" fn liq_image_set_memory_ownership(
    image: &liq_image,
    own: liq_ownership
) -> liq_error

unsafe: It will crash if the owned memory wasn't allocated using libc::malloc() (or whatever allocator C side is using)