pub unsafe extern "C" fn projectm_get_data_dir_path(
    instance: projectm_handle
) -> *const c_char
Expand description

@brief Returns the path projectM uses to search for additional data. @param instance The projectM instance handle. @return The data dir path.