Searched refs:MemcpyFunction (Results 1 – 2 of 2) sorted by relevance
10 using MemcpyFunction = void *(*)(void *__restrict, const void *__restrict, variable13 MemcpyFunction Function;
199 inline void *Call(ParameterType Parameter, MemcpyFunction Memcpy) { in Call()