Creates a new lock.
#include <prlock.h> PRLock* PR_NewLock(void);
The function returns one of the following values:
NULL
PR_NewLock creates a new opaque lock.
PR_NewLock