pub unsafe extern "C" fn obs_remove_data_path(
    path: *const c_char
) -> bool
Expand description

Remove a path from libobs core data paths. @param path The path to compare to currently set paths. It does not need to be the same pointer, but the path string must match an entry fully. @return Whether or not the path was successfully removed. If false, the path could not be found.