Function HAPI_SetCacheProperty

Source
pub unsafe extern "C" fn HAPI_SetCacheProperty(
    session: *const HAPI_Session,
    cache_name: *const c_char,
    cache_property: CacheProperty,
    property_value: c_int,
) -> HapiResult