avifDecoderSetIOMemory

Function avifDecoderSetIOMemory 

Source
pub unsafe extern "C" fn avifDecoderSetIOMemory(
    decoder: *mut avifDecoder,
    data: *const u8,
    size: usize,
) -> avifResult