Evaluates to true if the surface needs to be locked before access
1 if surface must be locked. 0 if it does not.
Binds to C-function call in SDL_video.h:
#define SDL_MUSTLOCK(surface) (surface->offset || ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))