ash
ash copied to clipboard
`ScreenSurfaceCreateInfoQNX` builder takes `c_void` handles by reference instead of pointer
The two builder methods for setting the handles on ScreenSurfaceCreateInfoQNX, context and window, take references &mut c_void. But these are handles, not actual references, so these should be pointers.