static val UNSAFE_VOL_FACTORY: VolumeFactory
If sun.misc.Unsafe is available it will use Volume based on Unsafe. If Unsafe is not available for some reason (Android), use DirectByteBuffer instead.
sun.misc.Unsafe