This is to avoid unneeded ocall references in regular mutex implementation,
which requires every enclave to import those ocalls in its EDL even if it
does not need the mutex for synchronization.
Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>