[][src]Function sdl2_sys::SDL_AtomicSetPtr

pub unsafe extern "C" fn SDL_AtomicSetPtr(
    a: *mut *mut c_void,
    v: *mut c_void
) -> *mut c_void

\brief Set a pointer to a value atomically.

\return The previous value of the pointer.