Function HAPI_GetCacheProperty

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