Similar to apc_fetch but requires that any deserialized objects' __wakeup methods can be called from a pure context
function apc_fetch_with_pure_wakeup( mixed $key, inout mixed $success, ): mixed;
mixed $key
inout mixed $success
mixed