pub unsafe extern "C" fn SCIPhashmapGetImage(
    hashmap: *mut SCIP_HASHMAP,
    origin: *mut c_void
) -> *mut c_void
Expand description

retrieves image of given origin from the hash map, or NULL if no image exists