mp.tasks.vision.drawing_styles.face_landmarker.mediapipe_c_bindings_lib.load_shared_library

Loads the shared library in a SerialDispatcher and registers signatures.

This function creates a thread-safe wrapper for the shared library that dispatches all calls through a single dedicated thread. Every call to this function uses a different dispatch library with its own thread.

signatures The ctypes function signatures to register in the library.

A thread-safe wrapper for the ctypes shared library.