pub unsafe extern "C" fn heif_context_read_from_memory(
    arg1: *mut heif_context,
    mem: *const c_void,
    size: usize,
    arg2: *const heif_reading_options
) -> heif_error
Expand description

Read a HEIF file stored completely in memory. The heif_reading_options should currently be set to NULL. DEPRECATED: use heif_context_read_from_memory_without_copy() instead.