or_thumbnail_data

Function or_thumbnail_data 

Source
pub unsafe extern "C" fn or_thumbnail_data(
    thumb: ORThumbnailRef,
) -> *mut c_void
Expand description

@brief Get the pointer to the data.

See %or_thumbnail_data_size() to know the size.

@return A pointer, owned by the %Thumbnail object. May be NULL.