Function cudaFuncSetCacheConfig

Source
pub unsafe extern "C" fn cudaFuncSetCacheConfig(
    func: *const c_void,
    cacheConfig: cudaFuncCache,
) -> cudaError_t