mp.tasks.vision.drawing_styles.face_landmarker.mediapipe_c_bindings_lib.load_raw_library

Loads the raw ctypes.CDLL shared library and registers signatures.

This function loads the raw ctypes.CDLL shared library if it hasn't been loaded yet, otherwise it re-uses the existing instance. It attaches the provided signatures and makes them available across all callsites.

signatures The ctypes function signatures to register in the library.

The ctypes shared library.